Browse Source

new package: bgrep (#4994)

master
Rabby Sheikh 5 years ago
committed by GitHub
parent
commit
6a1ad48aa5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      packages/bgrep/build.sh

12
packages/bgrep/build.sh

@ -0,0 +1,12 @@
TERMUX_PKG_HOMEPAGE=http://debugmo.de/2009/04/bgrep-a-binary-grep/
TERMUX_PKG_DESCRIPTION="Binary string grep tool"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="Rabby Sheikh @xploitednoob"
TERMUX_PKG_VERSION=0.2
TERMUX_PKG_SRCURL=https://github.com/tmbinc/bgrep/archive/bgrep-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=24c02393fb436d7a2eb02c6042ec140f9502667500b13a59795388c1af91f9ba
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_make_install() {
install -Dm700 -t "$TERMUX_PREFIX"/bin bgrep
}
Loading…
Cancel
Save