summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorshijo_rei2023-05-15 17:10:36 +0900
committershijo_rei2023-05-15 17:10:36 +0900
commit55a8005ad1e7d3ece5d135daae947777092fb64e (patch)
tree7f7425137060e52b56b30e964543931f5b904180 /PKGBUILD
downloadaur-55a8005ad1e7d3ece5d135daae947777092fb64e.tar.gz
Initial Release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..8a8edb07787d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Shijo_Rei <fun6680@naver.com>
+
+_pkgname='Stylish-icon-theme-Color'
+pkgname=${_pkgname@L}
+pkgver=23.05
+pkgrel=1
+pkgdesc=" Modern icon theme for Linux Desktops with KDE ColorScheme"
+arch=('any')
+url="https://github.com/kuroehanako/Stylish-icon-theme"
+license=('GPLv3')
+depends=('stylish-icon-theme')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kuroehanako/Stylish-icon-theme/releases/download/$pkgver/Stylish-Color.tar.gz")
+sha256sums=('12b2b0a67bc48d12120287896cff96bf9eec3ef1a8bd435ca16a1de4bea50203')
+
+package() (
+ install -d "$pkgdir/usr/share/icons"
+ cp -r ${srcdir}/Stylish* ${pkgdir}/usr/share/icons
+)