8a22cce65e
[ci:skip-build]: already built successfully in CI
25 lines
741 B
Text
25 lines
741 B
Text
|
|
pkgname=corefm
|
|
pkgver=2.5.0
|
|
pkgrel=0
|
|
pkgdesc="A lightweight file-manager from the CoreApps family."
|
|
arch="all"
|
|
url="https://gitlab.com/cubocore"
|
|
license="GPL-2.0"
|
|
depends="libcprime libcsys qt5-qtmultimedia qt5-qtsvg"
|
|
makedepends="qt5-qtbase-dev libcprime-dev libcsys-dev qt5-qtmultimedia-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="5d085d0d17b6f2a4cdec2537068fdd626073043f6ac3e5c4bf93014e9373b9f4a294f3fb50dd97655ccc710b857db1109f8c59d4bcff07ec430389c0066265a9 corefm-2.5.0.tar.gz"
|