16 lines
479 B
Bash
16 lines
479 B
Bash
# Template file for 'fool'
|
|
pkgname=fool
|
|
version=0.2.1
|
|
revision=3
|
|
build_style=cargo
|
|
makedepends="ncurses-devel"
|
|
short_desc="A powerful git terminal interface which focuses on usability"
|
|
maintainer="Wilson Birney <wpb@360scada.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/spacekookie/fool"
|
|
distfiles="https://github.com/spacekookie/fool/archive/v${version}.tar.gz"
|
|
checksum=41fa1a10a3b3cadba4700b809df13df9ed109ecc5c54ba8b645269abff84a41a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|