pkgs/srcpkgs/blesh-git/template

25 lines
574 B
Bash

# Template file for 'blesh-git'
pkgname=blesh-git
version=2023.04.18
revision=1
makedepends="gawk git"
depends="bash git"
build_style="gnu-makefile"
repository=cereus-extra
short_desc="A replacement for bash's line editor with advanced features - git nightly branch"
maintainer="Kevin F. <kevinfigueroart@proton.me>"
license="BSD-3-Clause"
conflicts="blesh"
homepage="https://github.com/akinomyoga/ble.sh"
do_fetch() {
git clone ${homepage} ${wrksrc}
}
do_install() {
make install DESTDIR=${DESTDIR} PREFIX=/usr
}
post_install() {
vlicense ${FILESDIR}/LICENSE.md
}