15 lines
536 B
Bash
15 lines
536 B
Bash
|
# Template file for 'cbonsai'
|
||
|
pkgname=cbonsai
|
||
|
version=1.3.1
|
||
|
revision=1
|
||
|
wrksrc="${pkgname}-v${version}"
|
||
|
build_style=gnu-makefile
|
||
|
hostmakedepends="pkg-config scdoc"
|
||
|
makedepends="ncurses-devel"
|
||
|
short_desc="Grow bonsai trees in your terminal"
|
||
|
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
||
|
license="GPL-3.0-only"
|
||
|
homepage="https://gitlab.com/jallbrit/cbonsai"
|
||
|
distfiles="https://gitlab.com/jallbrit/cbonsai/-/archive/v${version}/cbonsai-v${version}.tar.gz"
|
||
|
checksum=62aa7e0eaf3098b7a6a2787146bd2531437df6ad0e604b0f9176128797efd8f9
|