New package: reflex-20210808
Adding symbolic link Changed makedpends for hostmakedpends Removing line unnecessful
This commit is contained in:
parent
1f90268889
commit
b8da86b625
2 changed files with 29 additions and 0 deletions
1
srcpkgs/librefl-devel
Symbolic link
1
srcpkgs/librefl-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
reflex
|
28
srcpkgs/reflex/template
Normal file
28
srcpkgs/reflex/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'reflex'
|
||||
pkgname=reflex
|
||||
version=20210808
|
||||
revision=1
|
||||
_date=${version##*.}
|
||||
wrksrc="${pkgname}-${_date}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="byacc"
|
||||
depends="byacc librefl-devel-${version}_${revision}"
|
||||
short_desc="Relocalizable fast lexical scanner"
|
||||
maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://invisible-island.net/reflex/"
|
||||
changelog="https://invisible-island.net/reflex/NEWS"
|
||||
distfiles="https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${_date}.tgz"
|
||||
checksum=6b30a09557776cbc7435d974e5cfc50cb6c63da804f3ae2b4065466da0581c21
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
librefl-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue