From 2d0538aa3256ec33998bb45f13c0a2f91a45d472 Mon Sep 17 00:00:00 2001 From: Danct12 Date: Fri, 10 Jan 2020 12:22:18 +0700 Subject: [PATCH] hybris/drihybrisproto: removed, included in other apkbuilds (!675) Signed-off-by: Danct12 --- hybris/drihybrisproto/APKBUILD | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 hybris/drihybrisproto/APKBUILD diff --git a/hybris/drihybrisproto/APKBUILD b/hybris/drihybrisproto/APKBUILD deleted file mode 100644 index 09472b743..000000000 --- a/hybris/drihybrisproto/APKBUILD +++ /dev/null @@ -1,17 +0,0 @@ -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"