15 lines
379 B
Plaintext
15 lines
379 B
Plaintext
|
# Description: foot terminfo
|
||
|
# URL: https://codeberg.org/dnkl/foot
|
||
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||
|
|
||
|
name=foot-terminfo
|
||
|
version=1.9.0
|
||
|
release=1
|
||
|
source=(https://codeberg.org/dnkl/foot/archive/$version.tar.gz)
|
||
|
|
||
|
build() {
|
||
|
tic -x -o build -e foot,foot-direct foot/foot.info
|
||
|
install -dm 755 $PKG/usr/share/terminfo/f/
|
||
|
cp build/f/* $PKG/usr/share/terminfo/f/
|
||
|
}
|