image-width-limit/PKGBUILD

18 lines
460 B
Bash
Raw Normal View History

2021-09-15 17:27:01 +02:00
# Maintainer: Daniel Langbein <daniel@systemli.org>
_pkgname=image-width-limit
_reponame=arch
pkgname="de-p1st-$_pkgname"
2022-04-17 00:47:46 +02:00
pkgver=1.0.2
2022-03-08 21:55:42 +01:00
pkgrel=1
pkgdesc="Limit width of HTML images"
2021-09-15 17:27:01 +02:00
arch=('any')
license=('CC0')
2021-09-15 17:27:01 +02:00
depends=('python3' 'python-beautifulsoup4' 'python-html5lib')
source=("${_pkgname}".py)
2022-04-17 22:02:13 +02:00
sha256sums=('7d14f43dd0398b9f5f6c577b7d42d4a754cc1ba06a6931684d5544037e01f8db')
2021-09-15 17:27:01 +02:00
package() {
install -Dm0755 "${_pkgname}".py "$pkgdir"/usr/bin/"${pkgname}"
}