Initial commit
This commit is contained in:
commit
1bc4dd1e03
8 changed files with 156 additions and 0 deletions
21
PKGBUILD
Normal file
21
PKGBUILD
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Maintainer: Christian Schendel <doppelhelix@gmail.com>
|
||||
# Contributor: Philipp Schaffrath <philipp dot schaffrath at gmail dot com>
|
||||
|
||||
pkgname=phinger-cursors
|
||||
pkgver=2.1
|
||||
pkgrel=1
|
||||
pkgdesc='Most likely the most over-engineered cursor theme.'
|
||||
url='https://github.com/phisch/phinger-cursors'
|
||||
license=('CC-BY-SA-4.0')
|
||||
arch=('any')
|
||||
source=("$pkgname-$pkgver.tar.bz2::${url}/releases/download/v${pkgver}/${pkgname}-variants.tar.bz2")
|
||||
b2sums=('e62a97696ad88cb41ee8c0719869764c6014973faed7b28658456280ffec886840870a26d19e473eaa85541213ad15f7705558a4ebf1be0578b4574ffca9e160')
|
||||
|
||||
package() {
|
||||
install -Ddm755 "$pkgdir/usr/share/icons"
|
||||
for dir in $(find . -mindepth 1 -maxdepth 1 -type d); do
|
||||
cp -dr --no-preserve=ownership "$dir" "$pkgdir/usr/share/icons/"
|
||||
done
|
||||
}
|
||||
|
||||
# vim: set ft=sh ts=4 sw=4 et:
|
||||
Loading…
Add table
Add a link
Reference in a new issue