mk-configure: fix homepage.

This commit is contained in:
Leah Neukirchen 2019-07-24 17:11:58 +02:00
parent b8bd3b8689
commit 04bbd44a6e

View file

@ -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