first commit
This commit is contained in:
commit
a436fb44c8
21
PKGBUILD
Normal file
21
PKGBUILD
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
pkgname=('zafiro-icons-for-tromjaro')
|
||||||
|
pkgver=1.3
|
||||||
|
pkgrel=4
|
||||||
|
pkgdesc="A icon pack flat with light and dark colors."
|
||||||
|
arch=('any')
|
||||||
|
url="https://github.com/zayronxio/Zafiro-icons"
|
||||||
|
license=('GPL3')
|
||||||
|
source=("https://github.com/zayronxio/Zafiro-icons/archive/refs/heads/master.zip")
|
||||||
|
|
||||||
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
package() {
|
||||||
|
install -dm 755 $pkgdir/usr/share/icons
|
||||||
|
|
||||||
|
dir=$srcdir/Zafiro-icons-master/
|
||||||
|
darkdir=$dir/Dark
|
||||||
|
lightdir=$dir/Light
|
||||||
|
|
||||||
|
cp -dr --no-preserve='ownership' $lightdir $pkgdir/usr/share/icons/zafiro
|
||||||
|
cp -dr --no-preserve='ownership' $darkdir $pkgdir/usr/share/icons/zafiro-dark
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user