summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzekeer2016-05-02 21:51:17 +0300
committerzekeer2016-05-02 21:51:17 +0300
commit8f393ad92c8757e02b9be459178df4235e642ea5 (patch)
tree88c30b3b89b2dbd436fe7031ca43f04b0bfda3fd /PKGBUILD
downloadaur-8f393ad92c8757e02b9be459178df4235e642ea5.tar.gz
useful commit message
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b1ecc625e1eb
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: zekeer <isoniasid@gmail.com>
+
+pkgname=plank-theme-arc
+pkgver=0.1
+pkgrel=1
+pkgdesc='Arc theme for Plank'
+arch=('any')
+url='https://github.com/horst3180/arc-theme'
+license=('GPL3')
+depends=('plank')
+source=("https://manjaro.ru/aur/plank-theme/$pkgname.tar.gz")
+md5sums=('54299efc703ec148d023f4035ac839ed')
+
+build() {
+ true
+}
+
+package() {
+ cd $srcdir/$pkgname
+ mkdir -p $pkgdir/usr/share/plank/themes
+ cp -r Arc $pkgdir/usr/share/plank/themes
+}