#!/bin/mkpkg # description: SPICE protocol headers # url: https://www.spice-space.org name=spice-protocol version=0.14.5 release=1 makedeps=(meson samurai pkgconf) source=(https://www.spice-space.org/download/releases/$name-$version.tar.xz) sha256sums=( "baf58449f6e89d19f475899ad5fb9196fdc46c03cc53233f4e39cf2978f9cff7" ) build() { cd $name-$version meson setup build \ --prefix=/usr \ --buildtype=release \ --wrap-mode=nodownload meson install -C build --destdir $PKG } signify() { untrusted comment: public key RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 } # vim: filetype=sh