summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoronoue2019-04-10 19:00:38 +0900
committeronoue2019-04-10 19:00:38 +0900
commitb3ebdb077651484de1e5fe823c801f27aeda602e (patch)
tree28d22eb2a2a9fd0fbbc435faab3beb61325b372a
downloadaur-b3ebdb077651484de1e5fe823c801f27aeda602e.tar.gz
first commit.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD16
2 files changed, 28 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2225899b4611
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = skk-emoji-jisyo
+ pkgdesc = Emoji Dictionaries for the SKK Japanese input method
+ pkgver = 0.0.6
+ pkgrel = 1
+ url = https://github.com/uasi/skk-emoji-jisyo
+ arch = any
+ license = MIT
+ source = https://github.com/uasi/skk-emoji-jisyo/archive/v0.0.6.tar.gz
+ md5sums = c7621183d5995c1dacaa59a7137fb26b
+
+pkgname = skk-emoji-jisyo
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..17bb4890e7f4
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: kusanaginoturugi <kusanaginoturugi at gmail dot com>
+pkgname=skk-emoji-jisyo
+pkgver=0.0.6
+pkgrel=1
+pkgdesc="Emoji Dictionaries for the SKK Japanese input method"
+arch=("any")
+url="https://github.com/uasi/skk-emoji-jisyo"
+license=("MIT")
+source=("https://github.com/uasi/skk-emoji-jisyo/archive/v${pkgver}.tar.gz")
+md5sums=('c7621183d5995c1dacaa59a7137fb26b')
+
+package() {
+ install -D -m644 ${srcdir}/${pkgname}-${pkgver}/README.md "${pkgdir}/usr/share/${pkgname}/README.md"
+ install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE "${pkgdir}/usr/share/${pkgname}/LICENSE"
+ install -D -m644 ${srcdir}/${pkgname}-${pkgver}/SKK-JISYO.emoji.utf8 "${pkgdir}/usr/share/${pkgname}/SKK-JISYO.emoji.utf8"
+}