summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD18
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c5c0204b3311
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = stylish-icon-theme
+ pkgdesc = Modern icon theme for Linux Desktops
+ pkgver = 1.1.0
+ pkgrel = 1
+ url = https://github.com/kuroehanako/Stylish-icon-theme
+ arch = any
+ license = GPLv3
+ source = stylish-icon-theme-1.1.0.tar.gz::https://github.com/kuroehanako/Stylish-icon-theme/archive/1.1.0.tar.gz
+ sha256sums = 72c4d92116a64965873e6544de978493c22b278200733d181a46c13da69b13c8
+
+pkgname = stylish-icon-theme
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