vp-build/srcpkgs/ansi/template

19 lines
497 B
Bash

# Template file for 'ansi'
pkgname=ansi
version=3.0.1
revision=1
depends="bash"
short_desc="ANSI escape codes in pure Bash"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/fidian/ansi"
changelog="https://raw.githubusercontent.com/fidian/ansi/master/CHANGELOG.md"
distfiles="https://github.com/fidian/ansi/archive/${version}.tar.gz"
checksum=8dae1314d98a015d4d64fd2a99895700138756f2b456baea7cf1d6dd3ccf1261
do_install() {
vbin ansi
vlicense LICENSE.md
}