mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
lutok: update to 0.6.1.
This commit is contained in:
parent
fd2f9f2cc6
commit
f3f93e3a45
1 changed files with 6 additions and 5 deletions
|
@ -1,24 +1,25 @@
|
||||||
# Template file for 'lutok'
|
# Template file for 'lutok'
|
||||||
pkgname=lutok
|
pkgname=lutok
|
||||||
version=0.4
|
version=0.6.1
|
||||||
revision=7
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-doxygen"
|
configure_args="--with-doxygen"
|
||||||
hostmakedepends="pkg-config doxygen tar"
|
hostmakedepends="pkg-config doxygen tar"
|
||||||
makedepends="lua53-devel"
|
makedepends="lua54-devel"
|
||||||
short_desc="Lightweight C++ API for Lua"
|
short_desc="Lightweight C++ API for Lua"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/freebsd/lutok"
|
homepage="https://github.com/freebsd/lutok"
|
||||||
|
changelog="https://raw.githubusercontent.com/freebsd/lutok/refs/heads/master/NEWS"
|
||||||
distfiles="https://github.com/freebsd/lutok/releases/download/lutok-${version}/lutok-${version}.tar.gz"
|
distfiles="https://github.com/freebsd/lutok/releases/download/lutok-${version}/lutok-${version}.tar.gz"
|
||||||
checksum=2cec51efa0c8d65ace8b21eaa08384b77abc5087b46e785f78de1c21fb754cd5
|
checksum=509c43c240ba47b8c452b45f3423a416fa91bdfc0341bfb806e0b78f65ce452d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
lutok-devel_package() {
|
lutok-devel_package() {
|
||||||
depends="lua53-devel ${sourcepkg}>=${version}_${revision}"
|
depends="lua54-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue