summaryrefslogtreecommitdiffstats
path: root/libfontenc
diff options
context:
space:
mode:
authorzorz <zorz@krypt.sh>2026-04-01 22:52:53 +0300
committerzorz <zorz@krypt.sh>2026-04-01 22:52:53 +0300
commit510ee94dc6c7b011ba95816e50d4faa8352f5e71 (patch)
treebdebaf589f9aae422a653a29b529008513f072c3 /libfontenc
parente304d10a0993bda38d3bda2c0a9f33443ba82212 (diff)
downloadxorg-main.tar.gz
xorg-main.tar.xz
Diffstat (limited to 'libfontenc')
-rw-r--r--libfontenc/MAKEPKG28
1 files changed, 28 insertions, 0 deletions
diff --git a/libfontenc/MAKEPKG b/libfontenc/MAKEPKG
new file mode 100644
index 0000000..b437ad0
--- /dev/null
+++ b/libfontenc/MAKEPKG
@@ -0,0 +1,28 @@
1#!/bin/mkpkg
2# description: X font encoding library
3# url: https://xorg.freedesktop.org
4
5name=libfontenc
6version=1.1.9
7release=1
8depends=(xorgproto zlib)
9source=(https://www.x.org/releases/individual/lib/libfontenc-$version.tar.xz)
10
11sha256sums=(
12 "9d8392705cb10803d5fe1d27d236cbab3f664e26841ce01916bbbe430cf273e2"
13)
14
15build() {
16 cd libfontenc-$version
17
18 ./configure --prefix=/usr
19 make
20 make DESTDIR=$PKG install
21}
22
23signify() {
24 untrusted comment: public key
25 RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
26}
27
28# vim: filetype=sh