Commit d7328f21 authored by Иван Мажукин's avatar Иван Мажукин Committed by Vitaly Lipatov

epm play: add gradle (eterbug #17332)

parent b6795382
#!/bin/sh
PKGNAME=gradle
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION='Gradle is a build automation tool known for its flexibility to build software'
URL="https://gradle.org/"
. $(dirname $0)/common.sh
PKGURL=$(eget --list --latest "https://gradle.org/releases/" "gradle-$VERSION-bin.zip")
install_pkgurl
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
move_to_opt "/$PRODUCT-*"
add_libs_requires
add_bin_exec_command $PRODUCT $PRODUCTDIR/bin/$PRODUCT
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment