mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-25 06:46:36 -04:00
PKGBUILD: 'foot' optionally depends on 'foot-terminfo'
This commit is contained in:
parent
a26689fcdc
commit
31efe8c9e9
1 changed files with 1 additions and 0 deletions
1
PKGBUILD
1
PKGBUILD
|
|
@ -32,6 +32,7 @@ package_foot() {
|
||||||
'libxkbcommon'
|
'libxkbcommon'
|
||||||
'wayland'
|
'wayland'
|
||||||
'freetype2' 'fontconfig' 'pixman')
|
'freetype2' 'fontconfig' 'pixman')
|
||||||
|
optdepends=('foot-terminfo: terminfo for foot')
|
||||||
|
|
||||||
DESTDIR="${pkgdir}/" ninja install
|
DESTDIR="${pkgdir}/" ninja install
|
||||||
rm -rf "${pkgdir}/usr/share/terminfo"
|
rm -rf "${pkgdir}/usr/share/terminfo"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue