summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEinBaum2017-06-05 12:06:55 +0200
committerEinBaum2017-06-05 12:06:55 +0200
commit6a69298de12fe08d3fe29d16d46b0caeecbd88c6 (patch)
treec6b384fca39222d3bb9af084a90139a4a4cc3f57
downloadaur-6a69298de12fe08d3fe29d16d46b0caeecbd88c6.tar.gz
Initial commit
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD27
2 files changed, 39 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..d9eff0086782
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = redmond-themes-git
+ pkgdesc = Aims to provide the complete Windows experience for easy use on Linux and GNOME-compatible OSes
+ pkgver = 1.0.0
+ pkgrel = 1
+ url = https://github.com/B00merang-Project/Redmond-Themes
+ arch = any
+ license = GPL
+ source = https://github.com/B00merang-Project/Redmond-Themes/archive/0fbf747b80586a3e80a98f196986b7d741bce7db.zip
+ sha256sums = 8751711229248b2fee231a6765be595afb86377c18e575ef00802b7b76e3d375
+
+pkgname = redmond-themes-git
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f246e49c5920
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,27 @@
+# Maintainer: EinBaum <mail@einbaum.org>
+
+pkgrel=1
+pkgver=1.0.0
+_commit='0fbf747b80586a3e80a98f196986b7d741bce7db'
+sha256sums=('8751711229248b2fee231a6765be595afb86377c18e575ef00802b7b76e3d375')
+
+pkgname=redmond-themes-git
+pkgdesc='Aims to provide the complete Windows experience for easy use on Linux and GNOME-compatible OSes'
+arch=('any')
+url='https://github.com/B00merang-Project/Redmond-Themes'
+license=('GPL')
+source=("https://github.com/B00merang-Project/Redmond-Themes/archive/$_commit.zip")
+
+package() {
+ cd $srcdir/Redmond-Themes-$_commit
+ mkdir -p $pkgdir/usr/share/themes
+ cp -r \
+ 'Windows 3.x' \
+ 'Windows 8.1' \
+ 'Windows 9x' \
+ 'Windows Se7en' \
+ 'Windows Se7en Basic' \
+ 'Windows Se7en Blue' \
+ 'Windows Vista' \
+ $pkgdir/usr/share/themes
+}