qports/qubes-vm-gui-dev/APKBUILD

23 lines
779 B
Text
Raw Normal View History

# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
2024-06-03 12:15:29 +00:00
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
pkgname=qubes-vm-gui-dev
2024-10-10 15:54:35 +00:00
pkgver=4.2.5
_gittag="v$pkgver"
2024-10-10 15:54:35 +00:00
pkgrel=0
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="
2024-10-10 15:54:35 +00:00
12bdf5c2dfcc594b034f5dd94a4fa398ef51a42e8bf425386ff34af63510b749fb0aaa6966f569cc16205efbb310076bd370ceefcd1d254fa5d2e8599554a64d qubes-vm-gui-dev-v4.2.5.tar.gz
"