blob: 9f82b822613fbc8d3769e54f01125fcf7cb1c492 (
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
}
|