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-10 15:54:35 +00:00
|
|
|
pkgver=4.2.5
|
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-10 15:54:35 +00:00
|
|
|
12bdf5c2dfcc594b034f5dd94a4fa398ef51a42e8bf425386ff34af63510b749fb0aaa6966f569cc16205efbb310076bd370ceefcd1d254fa5d2e8599554a64d qubes-vm-gui-dev-v4.2.5.tar.gz
|
2023-08-14 03:34:18 +00:00
|
|
|
"
|