pmaports/main/qt5ct/APKBUILD
Minecrell a85db1dc7b
*: remove "Contributor:" lines from APKBUILDs (MR 1203)
At the moment we have Contributor: lines on some packages (but not all of them),
but often they don't represent the actual contributors to the package very well.
E.g. when we added them retroactively to the device packages we only added
the initial contributor (which isn't necessarily the person
who made most of the work for a device...)

The Git history is the most representative source for figuring out
who contributed to a package, so there is no reason to duplicate that
into the APKBUILD.

[skip ci]: way too many packages
2020-05-02 21:45:25 +03:00

21 lines
613 B
Text

# Maintainer: rahmanshaber <rahmanshaber@yahoo.com>
pkgname=qt5ct
pkgver=0.41
pkgrel=0
pkgdesc="Qt5 Configuration Tool"
arch="all"
url="http://qt5ct.sourceforge.net"
license="BSD-2-Clause"
makedepends="qt5-qtbase-dev qt5-qttools-dev qt5-qtsvg-dev"
source="http://downloads.sourceforge.net/project/qt5ct/qt5ct-$pkgver.tar.bz2"
options="!check" # No test suite
build() {
qmake-qt5 qt5ct.pro
make
}
package() {
INSTALL_ROOT="$pkgdir" make install
}
sha512sums="a94f9996dc2198d3c8c9af8610912d12b915b8c547a49c36f7bc083b6f237b318d7903e91fb6fcfe06996a319c361104c1923e6d0c49446b6fb66a1e44fae009 qt5ct-0.41.tar.bz2"