summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJianfeng Zhang2017-04-15 23:42:21 +0800
committerJianfeng Zhang2017-04-15 23:42:21 +0800
commit4a618dce3645e25bf63e80e810ee5d3d5999c701 (patch)
treee4f48862c18fa8ea1c4dae6c72e162bd149be7e7
downloadaur-fcitx-skin-hakurei-reimu.tar.gz
initial commit
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD19
2 files changed, 35 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..4b4b83aaedac
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+# Generated by mksrcinfo v8
+# 六 4月 15 14:55:35 UTC 2017
+pkgbase = fcitx-skin-hakurei-reimu
+ pkgdesc = Hakurei Reimu - fcitx skin
+ pkgver = 1.0
+ pkgrel = 1
+ url = https://github.com/fcitx/fcitx-artwork/tree/master/skin/Hakurei%20Reimu
+ arch = any
+ license = custom
+ makedepends = git
+ depends = fcitx
+ source = git+https://github.com/fcitx/fcitx-artwork.git
+ sha256sums = SKIP
+
+pkgname = fcitx-skin-hakurei-reimu
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..74cbc55da219
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Jianfeng Zhang <swordfeng123@gmail.com>
+
+pkgname=fcitx-skin-hakurei-reimu
+pkgver=1.0
+pkgrel=1
+pkgdesc="Hakurei Reimu - fcitx skin"
+arch=('any')
+url="https://github.com/fcitx/fcitx-artwork/tree/master/skin/Hakurei%20Reimu"
+license=('custom')
+depends=('fcitx')
+makedepends=('git')
+source=("git+https://github.com/fcitx/fcitx-artwork.git")
+sha256sums=('SKIP')
+
+package() {
+ cd "${srcdir}/fcitx-artwork/skin"
+
+ find "Hakurei Reimu" -type f -exec install -Dm644 {} "${pkgdir}/usr/share/fcitx/skin/{}" \;
+}