d78cb0d201
some packages were dropped but their maintainer= was not updated in template. this will help new maintainers adopt these packages. -> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
19 lines
510 B
Bash
19 lines
510 B
Bash
# Template file for 'ansi'
|
|
pkgname=ansi
|
|
version=2.0.2
|
|
revision=1
|
|
archs=noarch
|
|
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=e2be7880389f1156fad603bd900f39293044cdcc1bb93e880efba24cf59b009b
|
|
|
|
do_install() {
|
|
vbin ansi
|
|
|
|
vlicense LICENSE.md
|
|
}
|