Skip to content

Commit

Permalink
new package: dgsh
Browse files Browse the repository at this point in the history
  • Loading branch information
pvonmoradi committed Aug 14, 2021
1 parent 20cbb14 commit 7229d6c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/dgsh/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
TERMUX_PKG_HOMEPAGE=https://www.spinellis.gr/sw/dgsh/
TERMUX_PKG_DESCRIPTION="Directed Graph Shell"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.0.0
TERMUX_PKG_SRCURL="https://github.com/dspinellis/dgsh/archive/v$TERMUX_PKG_VERSION.tar.gz"
TERMUX_PKG_SHA256=22a7f2794e1287a46b03ce38c27a1d9349d1c66535c30e065c8783626555c76c
TERMUX_PKG_BUILD_DEPENDS="autoconf,automake,pkg-config,libtool,check,bison,git,gettext,gperf,perl,texinfo,help2man,ncurses"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--host=$TERMUX_HOST_PLATFORM"

termux_step_pre_configure() {
PREFIX="$TERMUX_PREFIX" make config
}

termux_step_make() {
PREFIX="$TERMUX_PREFIX" make
}

termux_step_make_install() {
PREFIX="$TERMUX_PREFIX" make install
}

0 comments on commit 7229d6c

Please sign in to comment.