mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qtchooser: fix homepage + repository links
This commit is contained in:
parent
3a1e5c4b6a
commit
5c13890e87
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'qtchooser'
|
# Template file for 'qtchooser'
|
||||||
pkgname=qtchooser
|
pkgname=qtchooser
|
||||||
version=20150315
|
version=20150315
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Qt4/Qt5 version chooser"
|
short_desc="Qt4/Qt5 version chooser"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1, GPL-3"
|
license="LGPL-2.1, GPL-3"
|
||||||
homepage="http://qt.gitorious.org/qt/qtchooser"
|
homepage="http://code.qt.io/cgit/qt/qtchooser.git/"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
git clone https://gitorious.org/qt/qtchooser.git ${wrksrc}
|
git clone https://code.qt.io/qt/qtchooser.git ${wrksrc}
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
make INSTALL_ROOT=${DESTDIR} install
|
make INSTALL_ROOT=${DESTDIR} install
|
||||||
|
|
Loading…
Add table
Reference in a new issue