mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
lutok: update to 0.4.
This commit is contained in:
parent
a448e23156
commit
b6233dcf31
1 changed files with 5 additions and 4 deletions
|
@ -7,17 +7,18 @@ configure_args="--with-doxygen"
|
|||
hostmakedepends="pkg-config doxygen tar"
|
||||
makedepends="lua53-devel"
|
||||
short_desc="Lightweight C++ API for Lua"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/jmmv/lutok"
|
||||
distfiles="${homepage}/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
||||
homepage="https://github.com/freebsd/lutok"
|
||||
distfiles="https://github.com/freebsd/lutok/releases/download/lutok-${version}/lutok-${version}.tar.gz"
|
||||
checksum=2cec51efa0c8d65ace8b21eaa08384b77abc5087b46e785f78de1c21fb754cd5
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
lutok-devel_package() {
|
||||
depends="lua53-devel lutok>=${version}_${revision}"
|
||||
depends="lua53-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue