summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1613ca606d8a04fe409b09b0b2c772b345cb557f (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
pkgname=scantailor-advanced-bin
pkgver=v1.0.16.r119
pkgrel=1
pkgdesc="Interactive post-processing tool for scanned pages that merges the features of the ScanTailor Featured and ScanTailor Enhanced versions, brings new ones and fixes. "
arch=("x86_64")
url="https://github.com/4lex4/scantailor-advanced"
license=("GPL3")
depends=(
    "boost-libs"
    "libjpeg"
    "libpng"
    "libtiff"
    "qt5-base"
    "zlib"
    )
makedepends=()
provides=("scantailor")
conflicts=("scantailor-advanced-git")
source=("$pkgname-$pkgver.tar.xz::https://f002.backblazeb2.com/file/AUR-Store/$pkgname/scantailor-advanced-git-$pkgver.$arch.tar.xz")
sha256sums=('1d8590cc2a35b13260d378bcb87fe136d00d2425ad2a945d2200a02d7328206b')

package() {
  cd $srcdir
  cp -dpr --no-preserve=ownership usr/ "$pkgdir/usr/"
}