summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcollector18712017-03-19 09:45:07 +0100
committercollector18712017-03-19 09:45:07 +0100
commit931f387633ab4b88d1890e7585e82610bd30a236 (patch)
treed0d316efa8165f951acaa1e6419a7ebcd2824762
downloadaur-931f387633ab4b88d1890e7585e82610bd30a236.tar.gz
Hello world! Please be patient, I am practicing adding pkg
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD9
2 files changed, 21 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2ea7b5c59ff7
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = epub2pdf
+ pkgdesc = a multitrack non-linear video editor for Linux
+ pkgver = 0.5
+ pkgrel = 1
+ url = http://epub2pdf.com
+ arch = any
+ license = GPL3
+ depends = jar
+ source = http://epub2pdf.com/files/epub2pdf-0.5.zip
+
+pkgname = epub2pdf
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..013052a99f20
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,9 @@
+pkgname=epub2pdf
+pkgver=0.5
+pkgrel=1
+pkgdesc="a multitrack non-linear video editor for Linux"
+arch=('any')
+url="http://epub2pdf.com"
+license=('GPL3')
+depends=('jar')
+source=("$url/files/epub2pdf-0.5.zip")