8a22cce65e
[ci:skip-build]: already built successfully in CI
25 lines
678 B
Text
25 lines
678 B
Text
pkgname=corepins
|
|
pkgver=2.5.0
|
|
pkgrel=0
|
|
pkgdesc="A bookmarking app from the CoreApps family."
|
|
arch="all"
|
|
url="https://gitlab.com/cubocore"
|
|
license="GPL-2.0"
|
|
depends="libcprime qt5-qtsvg"
|
|
makedepends="qt5-qtbase-dev libcprime-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="01ee0b98b7eef669f3166495789b18abfffb139e6f7fd469e95eeef55d6408dbc7bde7e7aa9cfeeab15c7b36b00ffe5b25c623fa31ee56bd3394291fd9848964 corepins-2.5.0.tar.gz"
|