mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-17 02:16:39 +02:00
41 lines
955 B
Text
41 lines
955 B
Text
# Contributor: Sergiy Stupar <owner@sestolab.pp.ua>
|
|
# Maintainer: Sergiy Stupar <owner@sestolab.pp.ua>
|
|
pkgname=ueberzug
|
|
pkgver=18.3.1
|
|
pkgrel=0
|
|
pkgdesc="Command line util which allows one to draw images on terminals by using child windows"
|
|
url="https://github.com/ueber-devel/ueberzug"
|
|
arch="all"
|
|
license="GPL-3.0-or-later"
|
|
depends="
|
|
py3-attrs
|
|
py3-docopt
|
|
py3-pillow
|
|
"
|
|
makedepends="
|
|
libxext-dev
|
|
libxres-dev
|
|
py3-gpep517
|
|
py3-setuptools
|
|
py3-wheel
|
|
python3-dev
|
|
py3-meson-python
|
|
"
|
|
subpackages="$pkgname-pyc"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/ueber-devel/ueberzug/archive/$pkgver.tar.gz"
|
|
options="!check" # No tests
|
|
|
|
build() {
|
|
gpep517 build-wheel \
|
|
--wheel-dir .dist \
|
|
--output-fd 3 3>&1 >&2
|
|
}
|
|
|
|
package() {
|
|
python3 -m installer -d "$pkgdir" \
|
|
.dist/*.whl
|
|
}
|
|
|
|
sha512sums="
|
|
194f94c69d61163edde4a09b9575efa18d82119636f1b89b062fde207b18c7d0aca3ed144b08194a81417f6fe5ae9069de58b824b31ad1f34ecb80c67b4d1fc1 ueberzug-18.3.1.tar.gz
|
|
"
|