summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnaël Megna2018-05-03 14:58:57 +0200
committerAnaël Megna2018-05-03 14:58:57 +0200
commitc95f1464fd2101a13ce02c54f668f3bd662f7ad6 (patch)
treed8dda7216300ab243813e1c2c9c846df64e0bfc7
downloadaur-c95f1464fd2101a13ce02c54f668f3bd662f7ad6.tar.gz
Initial commit
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD33
-rw-r--r--susu-1.0.tar.gzbin0 -> 2117 bytes
3 files changed, 44 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..4a081286fab9
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = susu
+ pkgdesc = Really really dirty bash script that works on .ass subtitles
+ pkgver = 1.0
+ pkgrel = 1
+ arch = any
+ license = GPL3
+ source = susu-1.0.tar.gz
+ md5sums = fe95776392cb67dadf40aea9fe9e67e9
+
+pkgname = susu
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..d0a6689a1aad
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,33 @@
+# Maintainer: mistiru (Anaël Megna) <anael.megna@gmail.com>
+pkgname=susu
+pkgver=1.0
+pkgrel=1
+pkgdesc="Really really dirty bash script that works on .ass subtitles"
+arch=('any')
+url=
+license=('GPL3')
+groups=()
+depends=()
+makedepends=()
+checkdepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=("$pkgname-$pkgver.tar.gz")
+md5sums=('fe95776392cb67dadf40aea9fe9e67e9')
+noextract=()
+validpgpkeys=()
+
+package() {
+ cd "$pkgname"
+
+ cp -r ./* "$pkgdir"
+
+ cd ..
+ rm -r "$pkgname"
+}
diff --git a/susu-1.0.tar.gz b/susu-1.0.tar.gz
new file mode 100644
index 000000000000..553e2a49cd5b
--- /dev/null
+++ b/susu-1.0.tar.gz
Binary files differ