mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
oniguruma: update to 6.1.3.
This commit is contained in:
parent
4a513033e8
commit
ca4f9fd9a0
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'oniguruma'
|
# Template build file for 'oniguruma'
|
||||||
pkgname=oniguruma
|
pkgname=oniguruma
|
||||||
version=6.1.2
|
version=6.1.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="A multi-charset regular expressions library"
|
short_desc="A multi-charset regular expressions library"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="John Regan <john@jrjrtech.com>"
|
||||||
license="2-clause-BSD"
|
license="2-clause-BSD"
|
||||||
homepage="https://github.com/kkos/oniguruma"
|
homepage="https://github.com/kkos/oniguruma"
|
||||||
distfiles="https://github.com/kkos/oniguruma/releases/download/v${version}/onig-${version}.tar.gz"
|
distfiles="https://github.com/kkos/oniguruma/releases/download/v${version}/onig-${version}.tar.gz"
|
||||||
checksum=3dcd221c2c89d7c4a44921cc49ee9f4f4948b1e63cd29426b7b412e3f6dfa85c
|
checksum=480c850cd7c7f2fcaad0942b4a488e2af01fbb8e65375d34908f558b432725cf
|
||||||
wrksrc="onig-${version}"
|
wrksrc="onig-${version}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
@ -29,8 +29,8 @@ oniguruma-doc_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
short_desc+=" - documentation"
|
short_desc+=" - documentation"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmkdir usr/share/doc/$sourcepkg
|
vmkdir usr/share/doc/${sourcepkg}
|
||||||
vcopy doc/* usr/share/doc/$sourcepkg
|
vcopy doc/* usr/share/doc/${sourcepkg}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue