Fixed man page path in base/chrpath Removed unnecessary -a while cp'ing COPYING file in base/cpio Added code to copy LICENSEs in base/{dmraid,libyaml,ndctl} Only cp COPYING file in base/{libgit2,nasm,sbc,slapt-get} Fix prefix in base/libvpx Fix desc variable value in base/ncdu base/patch does not need to be statically-linked Disabled installation of example files in base/qpdf Discarded --disable-tcl build option in base/sqlite Applied CVE patch 2022-48303 for base/tar
33 lines
670 B
Text
Executable file
33 lines
670 B
Text
Executable file
app=ncdu
|
|
version=1.15
|
|
build=1sml
|
|
homepage="https://dev.yorhel.nl/ncdu"
|
|
download="https://dev.yorhel.nl/download/ncdu-$version.tar.gz"
|
|
desc="Disk usage viewer based on the netbsd-curses library"
|
|
requires="netbsd-curses"
|
|
|
|
prepbuilddir() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
}
|
|
|
|
build() {
|
|
./configure \
|
|
--prefix="" \
|
|
--bindir=/bin
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
cc41d59cdb8166e9d8e1fe658b1a044aa99ec055ff518ccb71a7c50c2034c9fcdae550a1c9196841239f7d7e70278eaf3b4a1a28cb4d342f9564c95bf14bdd3d ncdu-1.15.tar.lz
|
|
"
|