summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 400e1dcbb0015928b259c6ae7c66d31ce3cfb692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: aaditya <aaditya_gnulinux@zoho.com>

pkgname=pdf2png
pkgver=0.5.3
pkgrel=1
pkgdesc="Convert PDFs to PNG, JPG, and other image formats"
url="https://github.com/abchk1234/pdf2png"
arch=('any')
license=('GPL')
depends=('python-gobject' 'ghostscript')
makedepends=()
conflicts=('pdf2img-git')
source=("https://github.com/abchk1234/pdf2png/archive/${pkgver}.tar.gz")
md5sums=('473eb4da10a52eafe265831ff0f06ce7')

package() {
  cd "${pkgname}-${pkgver}"
  make DESTDIR=${pkgdir} install
}

# vim:set ts=2 sw=2 et: