8909e932d0
[ci:ignore-count]
25 lines
721 B
Text
25 lines
721 B
Text
pkgname=coreshot
|
|
pkgver=2.4.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="1188b29a063c4647db4794c5367b9ac1f1319505fca9c92e9cadb03379c73835d6062395560b78fd5fcc158b152ae425f3ddfe64e261d16295380414f967f3e7 coreshot-2.4.0.tar.gz"
|