8a22cce65e
[ci:skip-build]: already built successfully in CI
24 lines
733 B
Text
24 lines
733 B
Text
pkgname=coregarage
|
|
pkgver=2.5.0
|
|
pkgrel=0
|
|
pkgdesc="A settings manager for the CoreApps family."
|
|
arch="all"
|
|
url="https://gitlab.com/cubocore"
|
|
license="GPL-2.0"
|
|
depends="libcprime libcsys qt5-qtsvg libarchive-qt"
|
|
makedepends="qt5-qtbase-dev libcprime-dev libcsys-dev libarchive-qt-dev"
|
|
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/cubocore/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz"
|
|
builddir="$srcdir/$pkgname-v$pkgver"
|
|
options="!check"
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
qmake-qt5
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
INSTALL_ROOT="$pkgdir" make install
|
|
}
|
|
sha512sums="879326bdb28534dacfff887ac8a1d21dff3e6b7e1c866ad6f3af1a05f76ff223ed75cc06fda7fac666081dac200abdc92ad2d060af4fa255f7c14ad17c32ee62 coregarage-2.5.0.tar.gz"
|