mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 05:37:01 +02:00
22 lines
603 B
Bash
22 lines
603 B
Bash
# Template file for 'btdu'
|
|
pkgname=btdu
|
|
version=0.6.0
|
|
revision=1
|
|
hostmakedepends="ldc dub"
|
|
makedepends="zlib-devel ncurses-devel"
|
|
short_desc="Sampling disk usage profiler for btrfs"
|
|
maintainer="Siddhartha Menon <siddharthamenon+void@outlook.com>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://github.com/CyberShadow/btdu"
|
|
distfiles="https://github.com/CyberShadow/btdu/archive/v${version}.tar.gz"
|
|
checksum=cbab7a250c8ba8d3ec6c49062ee7de4d0888e88e4959df349bc991aa9948e326
|
|
nocross="dmd compilation fails on cross"
|
|
|
|
do_build() {
|
|
dub build --compiler=ldc2 -b release
|
|
}
|
|
|
|
do_install() {
|
|
vbin btdu
|
|
vman btdu.1
|
|
}
|