Skip to content
Snippets Groups Projects
Commit ef95ee58 authored by J0WI's avatar J0WI Committed by alice
Browse files

community/*: update code.google.com to https

parent 1c1dd65f
No related branches found
No related tags found
1 merge request!34402update code.google.com to https
......@@ -3,25 +3,26 @@
pkgname=qextserialport
pkgver=1.2_rc1
_pkgver=1.2rc
pkgrel=1
pkgrel=2
pkgdesc="Interface to serial ports for Qt application"
options="!check" # Has no testsuite
url="http://code.google.com/p/qextserialport/"
url="https://github.com/qextserialport/qextserialport"
arch="all"
license="MIT"
depends_dev="qt5-qtbase-dev"
makedepends="$depends_dev"
subpackages="$pkgname-dev"
source="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/qextserialport/qextserialport-$_pkgver.zip"
builddir="$srcdir"/qextserialport-$_pkgver
prepare() {
default_prepare
echo "QEXTSERIALPORT_LIBRARY=yes" > config.pri
}
build() {
qmake-qt5 && make
qmake-qt5
make
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment