summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-08-12 08:56:49 -0600
committerMark Wagie2020-08-12 08:56:49 -0600
commit4a5192e6d7949792d76f52444ac0d88a3597736f (patch)
tree7d0d4d8f4bcb623d0703fab6048685ae56663566
downloadaur-4a5192e6d7949792d76f52444ac0d88a3597736f.tar.gz
initial commit
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD16
2 files changed, 28 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..dde96327a60e
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = gtk-theme-framework
+ pkgdesc = Placeholder
+ pkgver = 0
+ pkgrel = 0
+ url = https://github.com/jaxwilko/gtk-theme-framework
+ arch = any
+ license = GPL3
+ conflicts = material-gtk-framework
+ replaces = material-gtk-framework
+
+pkgname = gtk-theme-framework
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..9d4b9f80754e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+pkgname=gtk-theme-framework
+#pkgbase=gtk-theme-framework
+pkgver=0
+pkgrel=0
+pkgdesc="Placeholder"
+arch=('any')
+url="https://github.com/jaxwilko/gtk-theme-framework"
+license=('GPL3')
+depends=()
+makedepends=()
+conflicts=('material-gtk-framework')
+replaces=('material-gtk-framework')
+source=()
+sha256sums=()
+