2023-08-14 03:34:18 +00:00
|
|
|
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
2024-06-03 12:15:29 +00:00
|
|
|
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
2023-08-14 03:34:18 +00:00
|
|
|
pkgname=qubes-vm-gui-dev
|
2024-10-31 19:53:22 +00:00
|
|
|
pkgver=4.3.0
|
2023-08-14 03:34:18 +00:00
|
|
|
_gittag="v$pkgver"
|
2024-10-10 15:54:35 +00:00
|
|
|
pkgrel=0
|
2023-08-14 03:34:18 +00:00
|
|
|
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-31 19:53:22 +00:00
|
|
|
c1046fda6395c6c7907fa3d9c963089169e860d4e0f79c2cf7bafe8a673c93ac0aec3ca312f97510541127510dc7d2ad585949599ed1fffbb0758ff1098ea518 qubes-vm-gui-dev-v4.3.0.tar.gz
|
2023-08-14 03:34:18 +00:00
|
|
|
"
|