blob: f1659af5dbbd256c7c57b7def89c149c9c51f806 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
name=foot
version=1.27.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
}
|