diff --git a/packages/angle-grinder/build.sh b/packages/angle-grinder/build.sh new file mode 100644 index 000000000..3892fcff7 --- /dev/null +++ b/packages/angle-grinder/build.sh @@ -0,0 +1,8 @@ +TERMUX_PKG_HOMEPAGE=https://github.com/rcoh/angle-grinder +TERMUX_PKG_DESCRIPTION="Slice and dice logs on the command line" +TERMUX_PKG_LICENSE="MIT" +TERMUX_PKG_MAINTAINER="@termux" +TERMUX_PKG_VERSION=0.17.0 +TERMUX_PKG_SRCURL="https://github.com/rcoh/angle-grinder/archive/v$TERMUX_PKG_VERSION.tar.gz" +TERMUX_PKG_SHA256=5a2054ba9eb5fcee1fef2d5fbbf1735e71bc563fc7b273890097f63297e64bf4 +TERMUX_PKG_BUILD_IN_SRC=true