22 lines
779 B
Text
22 lines
779 B
Text
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
|
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
|
pkgname=qubes-vm-gui-dev
|
|
pkgver=4.2.4
|
|
_gittag="v$pkgver"
|
|
pkgrel=4
|
|
pkgdesc="Common files for Qubes GUI - protocol headers."
|
|
arch="noarch"
|
|
url="https://github.com/QubesOS/qubes-gui-common"
|
|
license="GPL"
|
|
options="!check" # No testsuite
|
|
builddir="$srcdir"/qubes-gui-common-${_gittag/v}
|
|
|
|
source="$pkgname-$_gittag.tar.gz::https://github.com/QubesOS/qubes-gui-common/archive/refs/tags/$_gittag.tar.gz"
|
|
|
|
package() {
|
|
install -dm 755 -p $pkgdir/usr/include
|
|
cp include/*.h $pkgdir/usr/include/
|
|
}
|
|
sha512sums="
|
|
be9d71abc991d6d2dabaf17f647a5cf2a73b947f15fc36117e309d493f4f6a7e151d9ab6f6df8bd99ac33ea873413a47f72aeb98bf6b7b4ed2a217c8fbd0bd51 qubes-vm-gui-dev-v4.2.4.tar.gz
|
|
"
|