summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fd2a31e220560011cbee1a8ac837aa6ae3d76099 (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
pkgrel=2
pkgdesc="Convert PDFs to PNG, JPG, and other image formats."
url="https://github.com/aadityabagga/pdf2png"
arch=('any')
license=('GPL')
depends=('python-gobject' 'ghostscript')
makedepends=()
conflicts=('pdf2img-git')
source=("https://github.com/aadityabagga/pdf2png/archive/${pkgver}.tar.gz")
md5sums=('f7cb3d67d5acb978e6ce910dfd213937')

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

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