summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKuroeHanako2022-09-05 15:35:22 +0900
committerKuroeHanako2022-09-05 15:35:22 +0900
commit350cb1c4217cf7c6f8e2ed832ce64977e78f7fd8 (patch)
treed832a633b97b3c5da49b4c8356584b09119eb561 /PKGBUILD
downloadaur-350cb1c4217cf7c6f8e2ed832ce64977e78f7fd8.tar.gz
First Package
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..8109acb1b548
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Shijo_Rei <fun6680@naver.com>
+
+_pkgname='Stylish-icon-theme'
+pkgname=${_pkgname@L}
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=" Modern icon theme for Linux Desktops"
+arch=('any')
+url="https://github.com/kuroehanako/Stylish-icon-theme"
+license=('GPLv3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kuroehanako/Stylish-icon-theme/archive/$pkgver.tar.gz")
+sha256sums=('72c4d92116a64965873e6544de978493c22b278200733d181a46c13da69b13c8')
+
+package() (
+ cd "$_pkgname-$pkgver"
+ install -d "$pkgdir/usr/share/icons"
+ cp -r ${srcdir}/${_pkgname}-${pkgver}/src/Stylish* ${pkgdir}/usr/share/icons
+) \ No newline at end of file