pmaports/hybris/drihybrisproto/APKBUILD
Oliver Smith 7a6bda3911
hybris: disable x86, x86_64
Closes #384. [ci:skip-vercheck]
2019-11-17 15:32:15 +01:00

17 lines
669 B
Text

pkgname=drihybrisproto
pkgver=1.0_git20181217
pkgrel=0
_commit="3291c0ff9af4a2568474aa7b1b0a3786818705dc"
pkgdesc="X11 DRIHYBRIS protocol"
url="https://github.com/NotKit/drihybris"
arch="noarch !x86 !x86_64"
license="MIT"
options="!check"
depends=""
source="$pkgname-$_commit.h::https://raw.githubusercontent.com/NotKit/drihybris/$_commit/src/$pkgname.h"
package() {
install -Dm644 "$srcdir/$pkgname-$_commit.h" "$pkgdir/usr/include/X11/extensions/$pkgname.h"
}
sha512sums="4e84fdb7337ec5560530882d4b2b8a24d3b66e04ab3c75950a8cb1685cf34c973b6052cb927ae0c42dc8c02c9d4b8eeb9f3016874f8f1278bd074e66993a5629 drihybrisproto-3291c0ff9af4a2568474aa7b1b0a3786818705dc.h"