aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/materia-theme/APKBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/materia-theme/APKBUILD b/testing/materia-theme/APKBUILD
new file mode 100644
index 0000000000..c771668da7
--- /dev/null
+++ b/testing/materia-theme/APKBUILD
@@ -0,0 +1,20 @@
+# Contributor: Leo <thinkabit.ukim@gmail.com>
+# Maintainer: Leo <thinkabit.ukim@gmail.com>
+pkgname=materia-theme
+pkgver=20191017
+pkgrel=0
+pkgdesc="Material Design theme for GNOME/GTK based desktops"
+options="!check" # No code to test, theme
+url="https://github.com/nana-4/materia-theme"
+arch="noarch"
+license="GPL-2.0-or-later"
+depends="gnome-themes-extra gtk-murrine-engine gtk+3.0"
+makedepends="bc bash"
+source="$pkgname-$pkgver.tar.gz::https://github.com/nana-4/materia-theme/archive/v$pkgver.tar.gz"
+
+package() {
+ install -d "$pkgdir"/usr/share/themes
+ ./install.sh --dest "$pkgdir"/usr/share/themes
+}
+
+sha512sums="d113d0eccc85d2dacef0106c734f2e9d881849092a7fff6c1fe1d9a9a720f926fcb8151850d25f7aefffa60aa6264bf5fc97f0209be98fcceeb30142a419b1d8 materia-theme-20191017.tar.gz"