mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 22:57:01 +02:00
mk-configure: fix homepage.
This commit is contained in:
parent
b8bd3b8689
commit
04bbd44a6e
1 changed files with 3 additions and 3 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'mk-configure'
|
||||
pkgname=mk-configure
|
||||
version=0.32.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=gnu-makefile
|
||||
make_cmd=bmake
|
||||
make_build_args="PREFIX=/usr"
|
||||
make_install_args="${make_build_args} MANDIR=/usr/share/man"
|
||||
make_check_target="test"
|
||||
checkdepends="automake glib-devel groff pkg-config bison flex"
|
||||
hostmakedepends="bmake bmkdep"
|
||||
depends="bmake bmkdep"
|
||||
checkdepends="automake glib-devel groff pkg-config bison flex"
|
||||
short_desc="Lightweight replacement for GNU autotools"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="BSD-2-Clause, BSD-3-Clause"
|
||||
homepage="https://github.com/cheusov/mk-configure/archive/"
|
||||
homepage="https://github.com/cheusov/mk-configure/"
|
||||
distfiles="https://github.com/cheusov/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||
checksum=69cf872f23c9e1a7edea5ed469b959823b2365602b60861ca7b21dffa097e98f
|
||||
disable_parallel_build=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue