diff options
| author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-14 10:30:13 +0000 |
|---|---|---|
| committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-14 10:30:13 +0000 |
| commit | a5966e671dcdf7fdcafdee87c8ea1a4f86c65900 (patch) | |
| tree | 0e55f8a9d23e353c99c157700736474f9c852d42 /testing | |
| parent | fa47c92cb82a5b83f2cc42cb4eaf233fafa1ae3e (diff) | |
| download | aports-a5966e671dcdf7fdcafdee87c8ea1a4f86c65900.tar.bz2 aports-a5966e671dcdf7fdcafdee87c8ea1a4f86c65900.tar.xz | |
testing/capitaine-cursors: new aport
A mouse cursor theme
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/capitaine-cursors/APKBUILD | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/capitaine-cursors/APKBUILD b/testing/capitaine-cursors/APKBUILD new file mode 100644 index 0000000000..653a847815 --- /dev/null +++ b/testing/capitaine-cursors/APKBUILD @@ -0,0 +1,23 @@ +# 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" |
