mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/gmic to 3.3.1-2
This commit is contained in:
parent
e74b549776
commit
5bd64d717e
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = gmic
|
||||
pkgver = 3.3.1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://gmic.eu/
|
||||
arch = x86_64
|
||||
license = custom:CeCILL
|
||||
|
|
|
@ -12,7 +12,7 @@ highmem=1
|
|||
pkgbase=gmic
|
||||
pkgname=(gmic gimp-plugin-gmic)
|
||||
pkgver=3.3.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=(x86_64)
|
||||
url='https://gmic.eu/'
|
||||
license=(custom:CeCILL)
|
||||
|
@ -92,6 +92,8 @@ package_gmic() {
|
|||
|
||||
DESTDIR="$pkgdir" cmake --install build
|
||||
install -Dm644 gmic-$pkgver/COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
# .cpp is included by .h
|
||||
install -Dm644 gmic-$pkgver/src/gmic.cpp -t "$pkgdir"/usr/include
|
||||
|
||||
DESTDIR="$pkgdir" cmake --install build-qt
|
||||
|
||||
|
|
Loading…
Reference in a new issue