21 lines
622 B
Bash
21 lines
622 B
Bash
# Template file for 'minised'
|
|
pkgname=minised
|
|
version=1.16
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Smaller, cheaper, faster sed implementation"
|
|
maintainer="Richard Taityr <dicktyr@yahoo.co.uk>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://exactcode.com/opensource/minised/"
|
|
distfiles="https://dl.exactcode.de/oss/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=46e072d5d45c9fd3d5b268523501bbea0ad016232b2d3f366a7aad0b1e7b3f71
|
|
|
|
# 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
|
|
}
|