summaryrefslogtreecommitdiff
path: root/libuninameslist/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libuninameslist/Pkgfile')
-rw-r--r--libuninameslist/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/libuninameslist/Pkgfile b/libuninameslist/Pkgfile
new file mode 100644
index 000000000..88ed080a6
--- /dev/null
+++ b/libuninameslist/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Large, sparse array mapping each unicode code point to the annotation data for it.
+# URL: https://github.com/fontforge/libuninameslist
+# Maintainer: Danny Rawlins, crux at romster dot me
+
+name=libuninameslist
+version=20190701
+release=1
+source=(https://github.com/fontforge/$name/releases/download/$version/$name-dist-$version.tar.gz)
+
+build() {
+ cd $name-$version
+
+ autoreconf -i
+ automake --foreign -Wall
+
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit