summaryrefslogtreecommitdiff
path: root/libuninameslist
diff options
context:
space:
mode:
Diffstat (limited to 'libuninameslist')
-rw-r--r--libuninameslist/.footprint15
-rw-r--r--libuninameslist/.signature5
-rw-r--r--libuninameslist/Pkgfile19
3 files changed, 39 insertions, 0 deletions
diff --git a/libuninameslist/.footprint b/libuninameslist/.footprint
new file mode 100644
index 000000000..413d7cbf6
--- /dev/null
+++ b/libuninameslist/.footprint
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/uninameslist.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libuninameslist.a
+-rwxr-xr-x root/root usr/lib/libuninameslist.la
+lrwxrwxrwx root/root usr/lib/libuninameslist.so -> libuninameslist.so.1.0.5
+lrwxrwxrwx root/root usr/lib/libuninameslist.so.1 -> libuninameslist.so.1.0.5
+-rwxr-xr-x root/root usr/lib/libuninameslist.so.1.0.5
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libuninameslist.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man3/
+-rw-r--r-- root/root usr/share/man/man3/libuninameslist.3.gz
diff --git a/libuninameslist/.signature b/libuninameslist/.signature
new file mode 100644
index 000000000..3f9b98343
--- /dev/null
+++ b/libuninameslist/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF35VGTGl1UHUbDBItal7aAPxEVM3IsKd1zo6yJbwmlE7At/qjzqC0aCLRiob7IyaZ76IUtC/hzaAm2fHptha5LQg=
+SHA256 (Pkgfile) = 0a37c55f7ba95225374d5dc2ecf9fdc90492ed9d915f8602ac053873d17cb0a6
+SHA256 (.footprint) = d73eebf2992a3765a60185fb410e85bd69e9cde4abdab4c9ee52816653ecd1b7
+SHA256 (libuninameslist-dist-20190701.tar.gz) = 168b0d0877f275c1622fd075e6a1d072c52113dcf5da530536a2f2803ebb89a1
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