mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 10:03:51 +02:00
commit
16f2c3413d
1 changed files with 20 additions and 0 deletions
20
srcpkgs/minised/template
Normal file
20
srcpkgs/minised/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'minised'
|
||||||
|
pkgname=minised
|
||||||
|
version=1.15
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
short_desc="A smaller, cheaper, faster sed implementation"
|
||||||
|
maintainer="Richard Taityr <dicktyr@yahoo.co.uk>"
|
||||||
|
license="3-clause-BSD"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue