new package: dust (#7086)

This commit is contained in:
Aditya Alok 2021-07-01 15:15:37 +05:30 committed by GitHub
parent cf13aa34c7
commit 4cb3c0620e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
packages/dust/build.sh Normal file
View File

@ -0,0 +1,8 @@
TERMUX_PKG_HOMEPAGE="https://github.com/bootandy/dust"
TERMUX_PKG_DESCRIPTION="A more intuitive version of du in rust"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.6.0
TERMUX_PKG_SRCURL=https://github.com/bootandy/dust/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=4d13a2edf38ab7bfc01b700f5856c92aa3772249a203b34247c3b2c7dd8fa574
TERMUX_PKG_BUILD_IN_SRC=true