mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-10 23:02:56 +02:00
lutok: fix homepage and distfile
This commit is contained in:
parent
985b30b132
commit
19b768890c
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lutok'
|
# Template file for 'lutok'
|
||||||
pkgname=lutok
|
pkgname=lutok
|
||||||
version=0.4
|
version=0.4
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-doxygen"
|
configure_args="--with-doxygen"
|
||||||
hostmakedepends="pkg-config doxygen"
|
hostmakedepends="pkg-config doxygen"
|
||||||
|
@ -9,8 +9,8 @@ makedepends="lua-devel"
|
||||||
short_desc="Lightweight C++ API for Lua"
|
short_desc="Lightweight C++ API for Lua"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://code.google.com/p/lutok"
|
homepage="https://github.com/jmmv/lutok"
|
||||||
distfiles="https://lutok.googlecode.com/files/lutok-$version.tar.gz"
|
distfiles="${homepage}/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=2cec51efa0c8d65ace8b21eaa08384b77abc5087b46e785f78de1c21fb754cd5
|
checksum=2cec51efa0c8d65ace8b21eaa08384b77abc5087b46e785f78de1c21fb754cd5
|
||||||
|
|
||||||
lutok-devel_package() {
|
lutok-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue