summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbasigur2018-11-11 09:53:31 +0500
committerbasigur2018-11-11 09:53:31 +0500
commit5f06d7351f2bb169577e8dcc2fb72cae3da14457 (patch)
tree0c6fb376da022d9c5dde4d85769b3165e6cf91a3
downloadaur-5f06d7351f2bb169577e8dcc2fb72cae3da14457.tar.gz
neru-icon-classic
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD27
2 files changed, 42 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..3a5c4c44fb81
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+# Generated by makepkg 5.1.1
+# Sun Nov 11 04:46:52 UTC 2018
+pkgbase = neru-icon-classic-theme
+ pkgdesc = Classic theme icons Neru
+ pkgver = 2.3
+ pkgrel = 1
+ url = https://github.com/chistota/neru-icon-classic-theme
+ arch = any
+ license = LGPLv3
+ replaces = neru-icon-classic-theme
+ source = https://github.com/chistota/neru-icon-classic-theme/archive/v2.3.tar.gz
+ sha256sums = cd4db2d06c90355a3c1da834e0d8740ff8901569f8a8a44cf7f72f27380b61c2
+
+pkgname = neru-icon-classic-theme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..04502207aa9b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,27 @@
+#
+
+pkgname=neru-icon-classic-theme
+pkgver=2.3
+pkgrel=1
+pkgdesc="Classic theme icons Neru"
+arch=('any')
+url="https://github.com/chistota/neru-icon-classic-theme"
+license=('LGPLv3')
+depends=()
+replaces=('neru-icon-classic-theme')
+conflicts=()
+source=("https://github.com/chistota/"${pkgname}"/archive/v"${pkgver}".tar.gz")
+sha256sums=('cd4db2d06c90355a3c1da834e0d8740ff8901569f8a8a44cf7f72f27380b61c2')
+
+package() {
+
+tar -xzf v${pkgver}.tar.gz -C ${srcdir}
+ cd "$srcdir"/"${pkgname}-${pkgver}"
+ install -d "$pkgdir/usr/share/icons"
+ install -d "$pkgdir/usr/share/doc/${pkgname}"
+ install -d "$pkgdir/usr/share/licenses/${pkgname}"
+cp -r {'neru-classic-light','neru-classic-dark','neru-classic-light-green','neru-classic-dark-green','neru-classic-light-yellow','neru-classic-dark-yellow'} "$pkgdir"/usr/share/icons/
+ cp -r LICENSE "$pkgdir"/usr/share/licenses/"${pkgname}"/
+ cp -r {README.md,AUTHORS} "$pkgdir"/usr/share/doc/"${pkgname}"/
+
+}