summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ba0f93820c3141fdf4370bfcce0c96648af52327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: Jari Ahola <aphototool@ahola.me>
pkgname=aphototoollibre
pkgver=1.0.7
pkgrel=1
pkgdesc="Photo editor for Linux"
arch=('x86_64' 'aarch64')
url="https://www.ahola.me/aphototoollibre.html"
license=('GPL-3.0-or-later')
depends=('qt6-base>=6.8.2' 'hicolor-icon-theme' 'gcc-libs' 'glibc')
makedepends=()
source=("$pkgname-$pkgver-$pkgrel-src.tar.gz::https://github.com/aphototool/A-Photo-Tool-Libre/archive/refs/tags/v$pkgver-$pkgrel.tar.gz"
	"$pkgname-$pkgver-$pkgrel-src.tar.gz.asc::https://github.com/aphototool/A-Photo-Tool-Libre/releases/download/v$pkgver-$pkgrel/v$pkgver-$pkgrel.tar.gz.asc")
sha256sums=('9bbb90991ca2c2104ece60106012974daf5b053dc309e5fe6e1a39dbc5153fda' 'SKIP')
validpgpkeys=('A970F7E40CB64F0D5B9FC516AFE56C2DF614820C')

build() {
	cd "$srcdir/A-Photo-Tool-Libre-$pkgver-$pkgrel"
	/usr/lib/qt6/bin/qmake
	make
}

package() {
	cd "$srcdir/A-Photo-Tool-Libre-$pkgver-$pkgrel"
	make INSTALL_ROOT="$pkgdir/" install
}