summaryrefslogtreecommitdiffstats
path: root/x11-bdftopcf
diff options
context:
space:
mode:
Diffstat (limited to 'x11-bdftopcf')
-rw-r--r--x11-bdftopcf/MAKEPKG24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-bdftopcf/MAKEPKG b/x11-bdftopcf/MAKEPKG
new file mode 100644
index 0000000..43b51b6
--- /dev/null
+++ b/x11-bdftopcf/MAKEPKG
@@ -0,0 +1,24 @@
1#!/bin/mkpkg
2# description: BDF to PCF font converter
3# url: https://xorg.freedesktop.org
4
5name=x11-bdftopcf
6version=1.1.2
7release=1
8depends=(xorgproto)
9source=(https://www.x.org/archive/individual/util/bdftopcf-$version.tar.xz)
10
11build() {
12 cd bdftopcf-$version
13
14 ./configure --prefix=/usr
15 make
16 make DESTDIR=$PKG install
17}
18
19signify() {
20 untrusted comment: public key
21 RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
22}
23
24# vim: filetype=sh