zutty: initial commit, version 0.16

This commit is contained in:
John McQuah 2024-09-03 01:08:11 +00:00
parent b82ed94dd5
commit 66d626215e
3 changed files with 26 additions and 0 deletions

3
zutty/.footprint Normal file
View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/zutty

5
zutty/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxCY31AC/lLTiYEmmF1A9B3V1hPPGO7hsooz+gwa3tX3tpaa08Z9yeoxhNozwou/3tsekvmgN7t82O8K3/aZjkwI=
SHA256 (Pkgfile) = 06cd90d5ea4d2a3281e58b5c133a67e0234aeca73ca7acaf123f64200546906b
SHA256 (.footprint) = 767514a64c51c14b84ccc097606ce58803c9049af386620b2c02ebdb3e25bec8
SHA256 (zutty-33dcbd2.tar.gz) = be9868ab3ce00d5974b6753913bc11f043c8ded30804ea38e46399445b8ccd2b

18
zutty/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: Zero-cost Unicode Teletype
# URL: https://tomscii.sig7.se/zutty
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: freetype libglvnd xorg-libxmu
name=zutty
version=0.16
_commit=33dcbd24ae9ab4f8005ce7ba9fad9821091bb8bc
release=1
source=(https://git.hq.sig7.se/$name.git/snapshot/$_commit.tar.gz)
renames=($name-${_commit:0:7}.tar.gz)
build() {
cd $name-${_commit:0:7}
./waf configure --prefix=/usr --libdir=lib
./waf build -j ${JOBS:-1}
./waf install --destdir=$PKG
}