mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
di: update to 5.0.5.
This commit is contained in:
parent
5e6ef1ec9b
commit
d6a733c62a
1 changed files with 8 additions and 6 deletions
|
@ -1,16 +1,18 @@
|
|||
# Template file for 'di'
|
||||
pkgname=di
|
||||
version=4.54.0.1
|
||||
version=5.0.5
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="A disk information utility"
|
||||
build_style=cmake
|
||||
short_desc="Disk information utility"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="Zlib"
|
||||
homepage="https://diskinfo-di.sourceforge.io/"
|
||||
distfiles="${SOURCEFORGE_SITE}/diskinfo-di/di-${version}.tar.gz"
|
||||
checksum=b401e647ecc3c8a697651bd29ad1cc6ae319f69a248b4dc4d3af0742f64b4ffb
|
||||
make_install_args="INSTALL_DIR=\${DESTDIR}/usr"
|
||||
checksum=47522146deab224f94df02e67c5256295795690cf70f6a71d361f3efc497a175
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vlicense LICENSE.txt
|
||||
|
||||
rm -rf ${DESTDIR}/usr/include ${DESTDIR}/usr/lib/pkgconfig \
|
||||
${DESTDIR}/usr/lib/*.so ${DESTDIR}/usr/share/man/man3
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue