summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhmk2016-04-24 14:31:48 +0200
committerhmk2016-04-24 14:31:48 +0200
commit561084e435ded157d6e53707307e57c02701fdfd (patch)
tree15c7784494d66ea6a04596ff2c497bba0c0b9c79
downloadaur-561084e435ded157d6e53707307e57c02701fdfd.tar.gz
initial commit
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD16
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..a45def43abd7
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = atvrec
+ pkgdesc = Tiny TV recorder for Austrian TV stations ORF, ATV, Puls4, ServusTV. Mediathek and ORF livestreams.
+ pkgver = 1.0
+ pkgrel = 1
+ url = https://twitter.com/hmknapp
+ arch = x86_64
+ license = Freeware
+ options = !strip
+ source = atvrec-1.0.tar.gz::https://www.dropbox.com/s/5uxwni48x89deb0/atvrec-1.0.tar.gz?dl=1
+ md5sums = 9489e2774601176ffdab75bf7f8da3d3
+
+pkgname = atvrec
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..eba1c47ec96e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Herbert Knapp <herbert.knapp at edu.uni-graz.at>
+pkgname=atvrec
+pkgver=1.0
+pkgrel=1
+pkgdesc="Tiny TV recorder for Austrian TV stations ORF, ATV, Puls4, ServusTV. Mediathek and ORF livestreams."
+arch=('x86_64')
+url="https://twitter.com/hmknapp"
+license=('Freeware')
+options=(!strip)
+source=("$pkgname-$pkgver.tar.gz::https://www.dropbox.com/s/5uxwni48x89deb0/$pkgname-$pkgver.tar.gz?dl=1")
+md5sums=('9489e2774601176ffdab75bf7f8da3d3')
+
+package() {
+ mkdir -p "$pkgdir/usr/bin/"
+ install $pkgname "$pkgdir/usr/bin/"
+}