19 lines
509 B
Plaintext
19 lines
509 B
Plaintext
# 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
|
|
}
|