aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-04-19 12:21:36 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-19 12:21:36 +0000
commitf43ab55ed7660049cfb34fd489f0e27c2d404d93 (patch)
tree8c837102b9e815e008f5c0149c38351e9bd337ad /testing
parent8006bfabd79f44cc7e5d7442531df58c44ff5f8a (diff)
downloadaports-f43ab55ed7660049cfb34fd489f0e27c2d404d93.tar.bz2
aports-f43ab55ed7660049cfb34fd489f0e27c2d404d93.tar.xz
community/capitaine-cursors: moved from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/capitaine-cursors/APKBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/testing/capitaine-cursors/APKBUILD b/testing/capitaine-cursors/APKBUILD
deleted file mode 100644
index 653a847815..0000000000
--- a/testing/capitaine-cursors/APKBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
-pkgname=capitaine-cursors
-pkgver=2
-pkgrel=0
-pkgdesc="An x-cursor theme inspired by macOS and based on KDE Breeze"
-url="https://github.com/keeferrourke/capitaine-cursors"
-arch="noarch"
-license="GPL3"
-source="https://github.com/keeferrourke/capitaine-cursors/archive/r$pkgver.tar.gz"
-options="!check"
-builddir="$srcdir"/$pkgname-r$pkgver
-
-build() {
- return 0
-}
-
-package() {
- cd "$builddir"
- mkdir -p "$pkgdir"/usr/share/icons
- cp -pr bin/xcursors "$pkgdir"/usr/share/icons/capitaine-cursors
-}
-
-sha512sums="eee5b2a82434c0ad7bf3978a083439da8798dc9dd244eae4c733e82e66b4ffe9df25a322aa28399034fbdb5489bcedb70ed8afec78db94dc8c8513650a0f94da r2.tar.gz"