Updated doas; added kakoune and kati
This commit is contained in:
parent
3f540144cb
commit
7321e82d2a
4 changed files with 123 additions and 0 deletions
23
pkgs/kati/build.sh
Normal file
23
pkgs/kati/build.sh
Normal file
|
@ -0,0 +1,23 @@
|
|||
pkgver=0.0.0
|
||||
pkgname=kati
|
||||
pkgrel=1
|
||||
|
||||
fetch() {
|
||||
git clone --depth=1 "https://github.com/google/kati"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd $pkgname
|
||||
ckati
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname
|
||||
install -d $pkgdir/bin
|
||||
install -Dm755 ./ckati $pkgdir/bin/
|
||||
}
|
||||
|
||||
license() {
|
||||
cd $pkgname
|
||||
cat LICENSE
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue