1
0
mirror of https://gitlab.com/ykkzde/posy-cursors synced 2026-03-02 04:09:19 +00:00

Fuck camelCase, fix URLs

This commit is contained in:
Dmitry Porunov
2020-06-24 20:25:30 +03:00
parent e7d1355dc1
commit a6de703d44
990 changed files with 69 additions and 75 deletions

View File

@@ -1,18 +1,18 @@
# Maintainer: Auteiy <dmitry@auteiy.me>
# Maintainer: Ykkzde <dmitry@ykkz.de>
pkgname=posy-cursors
pkgver=0.0.0 # automatically set in CI, see: /.gitlab-ci.yml
pkgrel=1
pkgdesc="Port of Posy's improved cursors"
arch=(any)
url="https://git.auteiy.me/dmitry/cursorsPosy"
url="https://gitlab.com/ykkzde/posy-cursors"
license=(unknown)
source=("$pkgname-$pkgver.tar.gz::$url/-/archive/v$pkgver/cursorsPosy-v$pkgver.tar.gz?path=themes") # automatically set in CI, see: /.gitlab-ci.yml
source=("$pkgname-$pkgver.tar.gz::$url/-/archive/v$pkgver/posy-cursors-v$pkgver.tar.gz?path=themes") # automatically set in CI, see: /.gitlab-ci.yml
sha256sums=('SKIP') # automatically set in CI, see: /.gitlab-ci.yml
package() {
cd cursorsPosy-v$pkgver-themes/themes
cd posy-cursors-v$pkgver-themes/themes
install -Ddm755 "$pkgdir/usr/share/icons"
cp -dr --no-preserve=ownership posy-white/ "$pkgdir/usr/share/icons/posy-white"
cp -dr --no-preserve=ownership posy-black/ "$pkgdir/usr/share/icons/posy-black"