user/qubes-vm-gui-dev: new aport
This commit is contained in:
parent
c34375c98a
commit
bceec03891
1 changed files with 23 additions and 0 deletions
23
user/qubes-vm-gui-dev/APKBUILD
Normal file
23
user/qubes-vm-gui-dev/APKBUILD
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
|
||||
pkgname=qubes-vm-gui-dev
|
||||
pkgver=4.1.1
|
||||
_gittag="v$pkgver"
|
||||
pkgrel=1
|
||||
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="
|
||||
2d962822413b1e4da6ef9303bce9b25e179829080a4ab96aeb7b274682c32b4620201d1de9c177346ab8d80913ae5e5384792b301d350850408fa790cb77d641 qubes-vm-gui-dev-v4.1.1.tar.gz
|
||||
"
|
Loading…
Reference in a new issue