summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSuIông .N2015-08-17 03:29:44 +0800
committerSuIông .N2015-08-17 03:29:44 +0800
commit3b1c8634c4db58635b22f984aeefafec2160fe7e (patch)
tree1ee9d945866c2a308f46d7e54f85a67cdfc01f2d /PKGBUILD
downloadaur-3b1c8634c4db58635b22f984aeefafec2160fe7e.tar.gz
initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..cd8d188d35ce
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Trizen <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d>
+
+pkgname=srt-delay
+pkgver=0.0.3
+pkgrel=1
+pkgdesc="A commandline tool to adjust srt's time stamp."
+arch=('any')
+url="http://code.google.com/p/trizen/downloads/detail?name=$pkgname-$pkgver.tar.gz"
+license=('GPL')
+depends=('perl>=5.10.1')
+source=("http://trizen.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+md5sums=('61417d74fa64e394e69124d133c0bf6b')
+
+package() {
+ install -Dm 755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+}