mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
btdu: update to 0.5.0.
This commit is contained in:
parent
1e25f26f1c
commit
01d7598499
1 changed files with 5 additions and 10 deletions
|
@ -1,27 +1,22 @@
|
||||||
# Template file for 'btdu'
|
# Template file for 'btdu'
|
||||||
pkgname=btdu
|
pkgname=btdu
|
||||||
version=0.4.1
|
version=0.5.0
|
||||||
revision=1
|
revision=1
|
||||||
# fails to build on musl due to different argument types for ioctl
|
# fails to build on musl due to different argument types for ioctl
|
||||||
# struct packing seems to differ on i686 archs and therefore d-btrfs fails
|
# struct packing seems to differ on i686 archs and therefore d-btrfs fails
|
||||||
archs=x86_64
|
archs="x86_64"
|
||||||
hostmakedepends="dmd dub"
|
hostmakedepends="ldc dub"
|
||||||
makedepends="zlib-devel ncurses-devel"
|
makedepends="zlib-devel ncurses-devel"
|
||||||
short_desc="Sampling disk usage profiler for btrfs"
|
short_desc="Sampling disk usage profiler for btrfs"
|
||||||
maintainer="Siddhartha Menon <siddharthamenon+void@outlook.com>"
|
maintainer="Siddhartha Menon <siddharthamenon+void@outlook.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://github.com/CyberShadow/btdu"
|
homepage="https://github.com/CyberShadow/btdu"
|
||||||
distfiles="https://github.com/CyberShadow/btdu/archive/v${version}.tar.gz"
|
distfiles="https://github.com/CyberShadow/btdu/archive/v${version}.tar.gz"
|
||||||
checksum=265c63ee82067f6b5dc44b47c9ec58be5e13c654f31035c60a7e375ffa4082c9
|
checksum=90ba4d8997575993e9d39a503779fb32b37bb62b8d9386776e95743bfc859606
|
||||||
nocross="dmd compilation fails on cross"
|
nocross="dmd compilation fails on cross"
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
vsed -e 's/dependency "ae" version="==0.0.3184"/dependency "ae" version="==0.0.3228"/g' -i dub.sdl
|
|
||||||
vsed -e 's/"ae": "0.0.3184"/"ae": "0.0.3228"/g' -i dub.selections.json
|
|
||||||
}
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
dub build -b release
|
dub build --compiler=ldc2 -b release
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue