foot-terminfo: initial commit, version 1.9.0

This commit is contained in:
Tim Biermann 2021-09-20 00:13:13 +02:00
parent 5ef9e65b57
commit 2f377a4943
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 25 additions and 0 deletions

6
foot-terminfo/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/terminfo/
drwxr-xr-x root/root usr/share/terminfo/f/
-rw-r--r-- root/root usr/share/terminfo/f/foot
-rw-r--r-- root/root usr/share/terminfo/f/foot-direct

5
foot-terminfo/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33Wq7B7hypjkd8JZeoTw8Geh/js3tglNJfY2E1VvSHHiGa5iWnjXEls1Dlo8qCfPUyGMa1cV1CmbAK40Q29WIAQ=
SHA256 (Pkgfile) = a57b18f442cadb3b20d303140c3701903f6e57b2379eb0461da895947afb1c95
SHA256 (.footprint) = 1ce55db600e79c87f3d7a46bb51f0cb4151fb3a349a4f170a3a48f9a4aa3d604
SHA256 (1.9.0.tar.gz) = ddc3f90185ae75badcb2d6abe772d54fd6defebf1ed4111861a9c4afa1c73a4d

14
foot-terminfo/Pkgfile Normal file
View File

@ -0,0 +1,14 @@
# 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/
}