summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorqothr2016-10-09 19:40:06 +0900
committerqothr2016-10-09 19:40:06 +0900
commit6ee9815a3828faf9a58ed5cdadeb4dab18c896ea (patch)
tree21ba091f3b1e250cd343f74313026de629eb2a1b
parentf85268c09e4dbd33d8285f50921ca38da58becf1 (diff)
downloadaur-6ee9815a3828faf9a58ed5cdadeb4dab18c896ea.tar.gz
initial
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 088257181ba5..1d91aec38264 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Oct 9 10:30:58 UTC 2016
+# Sun Oct 9 10:40:02 UTC 2016
pkgbase = otf-oriental
pkgdesc = Japanese geometrical retro style Katakana font.
pkgver = 1.00
@@ -10,8 +10,11 @@ pkgbase = otf-oriental
license = custom
depends = fontconfig
depends = xorg-font-utils
+ noextract = LICENSE
source = oriental.zip::https://github.com/qothr/cabinet/blob/master/oriental.zip?raw=true
+ source = LICENSE
md5sums = 94a736491b24519ac504e8d7fa7ac7e8
+ md5sums = SKIP
pkgname = otf-oriental
diff --git a/PKGBUILD b/PKGBUILD
index 24e50f019f2a..e393de54e8d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,16 @@ license=('custom')
arch=('any')
depends=('fontconfig' 'xorg-font-utils')
install=$pkgname.install
-source=(oriental.zip::https://github.com/qothr/cabinet/blob/master/oriental.zip?raw=true)
-md5sums=('94a736491b24519ac504e8d7fa7ac7e8')
+source=(oriental.zip::'https://github.com/qothr/cabinet/blob/master/oriental.zip?raw=true' LICENSE)
+noextract=(LICENSE)
+md5sums=('94a736491b24519ac504e8d7fa7ac7e8' SKIP)
package() {
- install -d "${pkgdir}/usr/share/licenses/${pkgname}/"
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-
cd ${srcdir}
install -dm755 "${pkgdir}"/usr/share/fonts/OTF
install -m644 FontopoORIENTAL.otf "${pkgdir}"/usr/share/fonts/OTF/
+
+ cd ${pkgdir}
+ install -d "${pkgdir}/usr/share/licenses/${pkgname}/"
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
}