summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTuxand2019-01-30 05:25:56 +0000
committerTuxand2019-01-30 05:25:56 +0000
commit736926547f78bcb8669d87ac758d7aa0e8eefd8e (patch)
tree4b7a1943b6ad0b8981cc4b5212125085111d3b0f
downloadaur-736926547f78bcb8669d87ac758d7aa0e8eefd8e.tar.gz
Publish to AUR kakwafont version 0.1.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD24
2 files changed, 35 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c0f671dbc59e
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = kakwafont
+ pkgdesc = Another 12px monospace bitmap font.
+ pkgver = 0.1.1
+ pkgrel = 1
+ url = https://github.com/kakwa/kakwafont
+ arch = any
+ license = SIL Open Font License, Version 1.1
+ depends = xorg-font-utils
+
+pkgname = kakwafont
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..505510f4f862
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,24 @@
+# Maintainer: Tuxand <onemorelag at gmail dot com>
+pkgname=kakwafont
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Another 12px monospace bitmap font."
+arch=('any')
+url="https://github.com/kakwa/kakwafont"
+license=('SIL Open Font License, Version 1.1')
+depends=(
+ "xorg-font-utils"
+)
+
+source_x86_64="https://github.com/kakwa/$pkgname/archive/$pkgver.tar.gz"
+sha1sums_x86_64=('c24ba4a832e24c2e6d928cb345a9d12991dc64c2')
+
+build() {
+ cd $pkgname-$pkgver
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make install FONTDIR=$pkgdir/usr/share/fonts/misc/
+} \ No newline at end of file