summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-06-08 18:01:30 -0400
committergraysky2015-06-08 18:01:30 -0400
commit3fb91cbeb52dc509115641b9ce5b98777c8616cd (patch)
treed06611884a8e579a3cfe9ddeffb96f0394e44c6a
downloadaur-mplayer-resumer.tar.gz
Initial import
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD15
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..453a6ee4b266
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = mplayer-resumer
+ pkgdesc = An mplayer wrapper script that will resume playback of previously-stopped video where you left off.
+ pkgver = 20130711
+ pkgrel = 1
+ url = https://github.com/Human/mythic.tv-contributed-code/archive/master.zip
+ arch = any
+ license = GPL
+ depends = mplayer
+ depends = perl
+ depends = perl-shell
+ source = https://github.com/Human/mythic.tv-contributed-code/archive/master.zip
+ sha256sums = 2cdf65869e799a9462cca7f332bd49aba49ae7db5bf647ad450396122fe6c78a
+
+pkgname = mplayer-resumer
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..955697f95ce0
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintanier: graysky <graysky AT archlinux dot us>
+pkgname=mplayer-resumer
+pkgver=20130711
+pkgrel=1
+pkgdesc='An mplayer wrapper script that will resume playback of previously-stopped video where you left off.'
+arch=('any')
+license=('GPL')
+url="https://github.com/Human/mythic.tv-contributed-code/archive/master.zip"
+depends=('mplayer' 'perl' 'perl-shell')
+source=("https://github.com/Human/mythic.tv-contributed-code/archive/master.zip")
+sha256sums=('2cdf65869e799a9462cca7f332bd49aba49ae7db5bf647ad450396122fe6c78a')
+
+package() {
+ install -Dm755 "$srcdir/mythic.tv-contributed-code-master/mplayer-resumer.pl" "$pkgdir/usr/bin/mplayer-resumer"
+}