17 lines
558 B
Bash
17 lines
558 B
Bash
# Template file for 'units'
|
|
pkgname=units
|
|
version=2.22
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--sharedstatedir=/usr/share"
|
|
hostmakedepends="python3"
|
|
makedepends="readline-devel"
|
|
depends="python3 python3-Unidecode"
|
|
short_desc="Converts between different units"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://www.gnu.org/software/units/units.html"
|
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=5d13e1207721fe7726d906ba1d92dc0eddaa9fc26759ed22e3b8d1a793125848
|
|
python_version=3
|