Skip to content

Commit

Permalink
ipcalc: Add package (#2645)
Browse files Browse the repository at this point in the history
  • Loading branch information
karolba authored and fornwall committed Jul 15, 2018
1 parent aa3e6f7 commit d9292f1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/ipcalc/build.sh
@@ -0,0 +1,11 @@
TERMUX_PKG_HOMEPAGE=http://jodies.de/ipcalc
TERMUX_PKG_DESCRIPTION="Calculates IP broadcast, network, Cisco wildcard mask, and host ranges"
TERMUX_PKG_DEPENDS="perl"
TERMUX_PKG_VERSION=0.41
TERMUX_PKG_SRCURL=http://jodies.de/ipcalc-archive/ipcalc-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=dda9c571ce3369e5b6b06e92790434b54bec1f2b03f1c9df054c0988aa4e2e8a

termux_step_make_install () {
cp $TERMUX_PKG_SRCDIR/ipcalc $TERMUX_PREFIX/bin/
}

0 comments on commit d9292f1

Please sign in to comment.