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