#!/bin/mkpkg # description: Libraries implementing freedesktop.org specifications # url: https://gitlab.freedesktop.org/vyivel/libsfdo name=libsfdo version=0.1.4 release=1 depends=() makedeps=() source=(https://gitlab.freedesktop.org/vyivel/libsfdo/-/archive/v$version/$name-v$version.tar.bz2) sha256sums=( "155702f21c282693ead7818198fde194ab7c76e0cf1a21bc7b404e5f9ec2c369" ) build() { cd $name-v$version meson setup build \ --prefix=/usr \ --libdir=lib \ --buildtype=release \ -Db_lto=true \ -Dexamples=false \ -Dtests=false ninja -C build DESTDIR=$PKG ninja -C build install } signify() { untrusted comment: public key RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 } # vim: filetype=sh