diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /opt/foot-terminfo | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'opt/foot-terminfo')
| -rw-r--r-- | opt/foot-terminfo/.footprint | 6 | ||||
| -rw-r--r-- | opt/foot-terminfo/.signature | 6 | ||||
| -rw-r--r-- | opt/foot-terminfo/MAKEPKG | 31 |
3 files changed, 43 insertions, 0 deletions
diff --git a/opt/foot-terminfo/.footprint b/opt/foot-terminfo/.footprint new file mode 100644 index 0000000..5dc4cc1 --- /dev/null +++ b/opt/foot-terminfo/.footprint @@ -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 diff --git a/opt/foot-terminfo/.signature b/opt/foot-terminfo/.signature new file mode 100644 index 0000000..5d15dc7 --- /dev/null +++ b/opt/foot-terminfo/.signature @@ -0,0 +1,6 @@ +RWTZ9IduCSQ/mFrIs1IT7U4LJMwc1a1Jei77C7tu37Ey5r4atGtm6EIYYbvzXHrhxyqqTJ0o3VOG4BaIgye6quRmZXawgciDIgU= + +SHA256 (MAKEPKG) = 2c8ad50858f63a1e43974d9ffbf5cf6442f29f12a834357ea7f7482d787743e2 +SHA256 (.footprint) = 1ce55db600e79c87f3d7a46bb51f0cb4151fb3a349a4f170a3a48f9a4aa3d604 +SHA256 (foot-terminfo-1.27.0.tar.gz) = f5917cad2d7b723b99873e53d78fd10ea202923d189aed5086591fc53b70b7e3 +SHA256 (foot-terminfo#1.27.0-1.pkg.tar.gz) = 5520e463734938b9b767903f86944581ef63109560fcd63c5070a41089fee13e diff --git a/opt/foot-terminfo/MAKEPKG b/opt/foot-terminfo/MAKEPKG new file mode 100644 index 0000000..d786a76 --- /dev/null +++ b/opt/foot-terminfo/MAKEPKG @@ -0,0 +1,31 @@ +#!/bin/mkpkg +# description: Foot terminal terminfo +# url: https://codeberg.org/dnkl/foot + +name=foot-terminfo +version=1.27.0 +release=1 +depends=(ncurses) +source=(https://codeberg.org/dnkl/foot/archive/$version.tar.gz) +renames=($name-$version.tar.gz) + +sha256sums=( + "f5917cad2d7b723b99873e53d78fd10ea202923d189aed5086591fc53b70b7e3" +) + +build() { + cd foot + + sed 's/@default_terminfo@/foot/g' foot.info | \ + tic -x -o build -e foot,foot-direct - + + install -d $PKG/usr/share/terminfo/f + cp build/f/* $PKG/usr/share/terminfo/f/ +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh |
