summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e10d65c3b69117dac71fd60b8cb4569cfd858b67 (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
26
# Maintainer: neo2001 <neo2001 at posteo dot net>

# NConvert is provided as FREEWARE (NO Adware, NO Spyware) for private or
# educational use (including non-profit organizations).
# If you enjoy using NConvert, feel free to help the developer with a small donation.
# If you intend to use NConvert commercially, you must purchase a license.

pkgname=nconvert
pkgver=7.136
pkgrel=1
pkgdesc="Command line batch image processor and converter from XnSoft."
arch=('i686' 'x86_64')
url="https://www.xnview.com/en/nconvert/"
license=('custom')
install="${pkgname}.install"
source_i686=('http://download.xnview.com/NConvert-linux.tgz')
source_x86_64=('http://download.xnview.com/NConvert-linux64.tgz')
sha256sums_i686=('5e8364bdc1fe61d2c37871e0591ddc2048ccf0cd8041846b433ef04f10280cba')
sha256sums_x86_64=('0ee880c740488bcdd353d0218d7d410827cdb7be57316d856b631b6646e36449')

package() {
  cd NConvert
  install -m 755 -D nconvert "${pkgdir}/usr/bin/nconvert"
  install -m 644 -D license.txt "${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
  install -m 644 -D -t "${pkgdir}/usr/share/doc/${pkgname}" Formats.txt ReadMe.txt Usage.txt WhatsNew.txt
}