mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-10 17:13:51 +02:00
tre: add missing license.
This commit is contained in:
parent
38eb1b49ed
commit
fdf0841cb8
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tre'
|
||||
pkgname=tre
|
||||
version=0.8.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-static --without-alloca"
|
||||
short_desc="The free and portable approximate regex matching library"
|
||||
|
@ -11,6 +11,10 @@ homepage="http://laurikari.net/tre/"
|
|||
distfiles="http://laurikari.net/tre/tre-${version}.tar.bz2"
|
||||
checksum=8dc642c2cde02b2dac6802cdbe2cda201daf79c4ebcbb3ea133915edf1636658
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
tre-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="tre>=${version}_${revision}"
|
||||
|
|
Loading…
Add table
Reference in a new issue