kakoune: switch to gmake

This commit is contained in:
Ella Stanforth 2022-04-21 16:16:36 +00:00
parent a7f17f70e6
commit f0d49d6637
1 changed files with 2 additions and 2 deletions

View File

@ -12,12 +12,12 @@ fetch() {
build() {
cd $pkgname-$pkgver
ckati
bad --gmake gmake
}
package() {
cd $pkgname-$pkgver
ckati install DESTDIR=$pkgdir PREFIX=/usr
bad --gmake gmake install DESTDIR=$pkgdir PREFIX=/usr
rm -r $pkgdir/usr/share/doc
rm -r $pkgdir/usr/share/man
rm -r $pkgdir/usr/libexec