summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomoki Imai2016-02-17 13:45:18 +0900
committerTomoki Imai2016-02-17 13:45:18 +0900
commitdda06cf5c740fe2c2a06a87b35d13dad4b3107bc (patch)
tree897f9e37632e36eb357077cc45f4069a005bc273
downloadaur-dda06cf5c740fe2c2a06a87b35d13dad4b3107bc.tar.gz
Initial commit
-rw-r--r--.SRCINFO18
-rwxr-xr-xPKGBUILD35
-rwxr-xr-xjlisting.install7
3 files changed, 60 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c9f1fb384f49
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+# Generated by mksrcinfo v8
+# Wed Feb 17 04:41:00 UTC 2016
+pkgbase = texlive-jlisting
+ pkgdesc = Listings for Japanese.
+ pkgver = 0.2
+ pkgrel = 1
+ url = http://mytexpert.sourceforge.jp/index.php?Listings
+ install = jlisting.install
+ arch = any
+ license = public domain
+ makedepends = nkf
+ depends = texlive-core
+ depends = texlive-bin
+ source = http://sourceforge.jp/frs/redir.php?m=iij&f=/mytexpert/26068/jlisting.sty.bz2
+ md5sums = a8a5830151d7799fc0ce05132d205d44
+
+pkgname = texlive-jlisting
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100755
index 000000000000..4f1f2b67f460
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,35 @@
+# Maintainer: Tomoki Imai <tomo832@gmail.com>
+pkgname=texlive-jlisting
+pkgver=0.2
+pkgrel=1
+pkgdesc="Listings for Japanese."
+arch=('any')
+url="http://mytexpert.sourceforge.jp/index.php?Listings"
+license=("public domain")
+groups=()
+depends=('texlive-core' 'texlive-bin')
+makedepends=('nkf')
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install="jlisting.install"
+changelog=
+
+source=("http://sourceforge.jp/frs/redir.php?m=iij&f=/mytexpert/26068/jlisting.sty.bz2")
+md5sums=("a8a5830151d7799fc0ce05132d205d44")
+
+build(){
+ cd $srcdir/
+}
+
+package(){
+ cd $srcdir/
+ nkf -w --overwrite jlisting.sty
+ mkdir -p $pkgdir/usr/share/texmf-dist/tex/latex/listings
+ cp jlisting.sty $pkgdir/usr/share/texmf-dist/tex/latex/listings
+}
+
+
diff --git a/jlisting.install b/jlisting.install
new file mode 100755
index 000000000000..b232406cc1d7
--- /dev/null
+++ b/jlisting.install
@@ -0,0 +1,7 @@
+post_install() {
+ mktexlsr
+}
+post_remove() {
+ mktexlsr
+}
+