Skip to content

Instantly share code, notes, and snippets.

View Kishore96in's full-sized avatar

G. Kishore Kishore96in

View GitHub Profile
@Kishore96in
Kishore96in / PKGBUILD
Created April 18, 2025 06:24
krop 0.7.0 PKGBUILD
pkgname=krop
pkgver=0.7.0
pkgrel=0
pkgdesc="A tool to crop PDF files, with an eye towards eReaders."
arch=('any')
url="http://arminstraub.com/computer/krop"
license=('GPL-3.0-or-later')
depends=('python' 'python-pypdf' 'python-pyqt6' 'python-pyqt6-sip' 'python-pymupdf')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel' 'sip')
source=("$pkgname-$pkgver.tar.gz::https://github.com/arminstraub/krop/archive/v${pkgver}.tar.gz")