summaryrefslogtreecommitdiff
path: root/libs/spice-protocol/MAKEPKG
blob: a57d07880de2aa0cf48286ab8c5bfa40598be529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/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