blob: bb7c87f65d501bb19ebe59b9f19e32638665a192 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
name=foot
version=1.26.0
release=1
source="$name-$version.tar.gz::https://codeberg.org/dnkl/${name}/archive/${version}.tar.gz"
build_opt="-Dtests=false -Dwerror=false"
postbuild() {
rm $PKG/usr/share/terminfo/f/foot
rm $PKG/usr/share/terminfo/f/foot-direct
rm -r \
$PKG/usr/share/zsh \
$PKG/usr/share/fish \
$PKG/usr/share/bash-completion
}
|