libbytesize: put bscalc man page in the same package as the script

This commit is contained in:
Andrew J. Hesford 2023-06-28 13:17:12 -04:00
parent f9526b9955
commit 716ead03e4

View File

@ -1,7 +1,7 @@
# Template file for 'libbytesize'
pkgname=libbytesize
version=2.8
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config gettext python3"
makedepends="mpfr-devel pcre2-devel"
@ -36,5 +36,6 @@ libbytesize-python3_package() {
vmove "usr/lib/python3*"
# Requires the Python module.
vmove usr/bin/bscalc
vmove usr/share/man/man1/bscalc.1
}
}