summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD21
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..9b2266d048d1
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = cinnamon-theme-numix-darkred
+ pkgdesc = A Cinnamon Theme
+ pkgver = 0.2
+ pkgrel = 1
+ url = https://cinnamon-spices.linuxmint.com/themes/view/496
+ arch = any
+ license = unknown
+ makedepends = unzip
+ depends = cinnamon
+ source = https://cinnamon-spices.linuxmint.com/uploads/themes/054P-KVVX-JJN7.zip
+ md5sums = SKIP
+
+pkgname = cinnamon-theme-numix-darkred
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..a46397ac1680
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+pkgname="cinnamon-theme-numix-darkred"
+pkgver=0.2
+pkgrel=1
+pkgdesc="A Cinnamon Theme"
+arch=('any')
+url='https://cinnamon-spices.linuxmint.com/themes/view/496'
+license=('unknown')
+source=("https://cinnamon-spices.linuxmint.com/uploads/themes/054P-KVVX-JJN7.zip")
+md5sums=('SKIP')
+
+depends=('cinnamon')
+makedepends=('unzip')
+
+package() {
+
+ mkdir -p "$pkgdir/usr/share/themes/NumixDarkRed"
+
+ cp -r \
+ "$srcdir/NumixDarkRed/" \
+ "$pkgdir/usr/share/themes/"
+}