summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD21
2 files changed, 36 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..fd1083b1b82e
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = jcadencii
+ pkgdesc = Piano roll editor for singing synthesis, supporting VOCALOID, VOCALOID2, UTAU, WORLD, AquesTone synthesis engines
+ pkgver = 3.3.9+svn20110818.r1732
+ pkgrel = 1
+ url = https://packages.debian.org/sid/main/jcadencii
+ arch = any
+ license = GPL3
+ depends = java-environment
+ optdepends = wine
+ provides = cadencii
+ source = http://ftp.debian.org/debian/pool/main/c/cadencii/jcadencii_3.3.9+svn20110818.r1732-4_all.deb
+ md5sums = SKIP
+
+pkgname = jcadencii
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..1be131ebcad5
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Contributor: Star Brilliant <echo bTEzMjUzQGhvdG1haWwuY29tCg== | base64 -d>
+
+pkgname=jcadencii
+pkgver=3.3.9+svn20110818.r1732
+pkgrel=1
+pkgdesc="Piano roll editor for singing synthesis, supporting VOCALOID, VOCALOID2, UTAU, WORLD, AquesTone synthesis engines"
+arch=('any')
+url="https://packages.debian.org/sid/main/jcadencii"
+license=('GPL3')
+depends=('java-environment')
+optdepends=('wine')
+provides=('cadencii')
+source=("http://ftp.debian.org/debian/pool/main/c/cadencii/jcadencii_${pkgver}-4_all.deb")
+md5sums=('SKIP')
+
+package() {
+ cd "$pkgdir"
+ tar xf "$srcdir/data.tar.xz"
+ mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+ cp "$pkgdir/usr/share/doc/jcadencii/copyright" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}