summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArvedui2019-02-22 19:55:52 +0100
committerArvedui2019-02-22 19:55:52 +0100
commitc767db7127775fac92d22cd61820171573c5cced (patch)
tree6c5d65560535619e673cdfa91bf91dc11c6d7d9e
downloadaur-c767db7127775fac92d22cd61820171573c5cced.tar.gz
Initial upload: tt-rss-plugin-tumblr-gdpr 2.1-1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD20
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..99e47590d863
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = tt-rss-plugin-tumblr-gdpr
+ pkgdesc = Plugin for Tiny Tiny RSS to workaround GDPR in Europe
+ pkgver = 2.1
+ pkgrel = 1
+ url = https://github.com/GregThib/ttrss-tumblr-gdpr
+ arch = any
+ license = GPL3
+ depends = tt-rss
+ source = tt-rss-plugin-tumblr-gdpr-2.1.tar.gz::https://github.com/GregThib/ttrss-tumblr-gdpr/archive/v2.1.tar.gz
+ md5sums = 5a51749bb785370ce067a31d049fb33e
+
+pkgname = tt-rss-plugin-tumblr-gdpr
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..e5472d58ac49
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Arvedui <arvedui@posteo.de
+pkgname=tt-rss-plugin-tumblr-gdpr
+pkgver=2.1
+pkgrel=1
+pkgdesc="Plugin for Tiny Tiny RSS to workaround GDPR in Europe"
+arch=('any')
+url="https://github.com/GregThib/ttrss-tumblr-gdpr"
+license=('GPL3')
+depends=('tt-rss')
+makedepends=()
+source=("$pkgname-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+md5sums=('5a51749bb785370ce067a31d049fb33e')
+
+package() {
+ installdir="${pkgdir}/usr/share/webapps/tt-rss/plugins/tumblr_gdpr/"
+ cd "ttrss-tumblr-gdpr-$pkgver"
+
+ install -m 755 -d "${installdir}"
+ install -D -m 644 init.php "${installdir}"
+}