21 lines
622 B
Bash
21 lines
622 B
Bash
# Template file for 'minised'
|
|
pkgname=minised
|
|
version=1.15
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
short_desc="A smaller, cheaper, faster sed implementation"
|
|
maintainer="Richard Taityr <dicktyr@yahoo.co.uk>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://exactcode.com/opensource/minised/"
|
|
distfiles="http://dl.exactcode.de/oss/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=ada36a55b71d1f2eb61f2f3b95f112708ce51e69f601bf5ea5d7acb7c21b3481
|
|
|
|
# arguably not an alternative as minised lacks common extensions
|
|
#alternatives="
|
|
# sed:sed:/usr/bin/minised
|
|
# sed:sed.1:/usr/share/man/man1/minised.1"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|