mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
ADMS-qucs: fix homepage
This commit is contained in:
parent
d833c18d9e
commit
a31814728f
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'ADMS-qucs'
|
# Template file for 'ADMS-qucs'
|
||||||
pkgname=ADMS-qucs
|
pkgname=ADMS-qucs
|
||||||
version=2.3.6
|
version=2.3.6
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="ADMS-release-${version}"
|
wrksrc="ADMS-release-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-maintainer-mode" # As required by readme.MD
|
configure_args="--enable-maintainer-mode" # As required by readme.MD
|
||||||
hostmakedepends="libtool automake flex bison perl perl-XML-LibXML"
|
hostmakedepends="libtool automake flex bison perl perl-XML-LibXML"
|
||||||
short_desc="Automatic Device Model Synthesizer (Qucs fork)"
|
short_desc="Automatic Device Model Synthesizer (Qucs fork)"
|
||||||
maintainer="Martijn van Buul <martijn.van.buul@gmail.com>"
|
maintainer="Martijn van Buul <martijn.van.buul@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="htps://github.com/Qucs/ADMS"
|
homepage="https://github.com/Qucs/ADMS"
|
||||||
distfiles="https://github.com/Qucs/ADMS/archive/release-2.3.6.tar.gz"
|
distfiles="https://github.com/Qucs/ADMS/archive/release-${version}.tar.gz"
|
||||||
checksum="aaf3f635aae41e1c11913e09b8e1bc5eea64256dcec70f3f60d1b9a794af6053"
|
checksum="aaf3f635aae41e1c11913e09b8e1bc5eea64256dcec70f3f60d1b9a794af6053"
|
||||||
disable_parallel_build="yes" # Suspected race condition involving bison
|
disable_parallel_build="yes" # Suspected race condition involving bison
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue