From d150a5f3e462fa7fe194a805a4aa0076f4d03ab9 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 16 Sep 2018 18:48:36 +0200 Subject: Add ports. --- development/git/git.build | 121 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100755 development/git/git.build (limited to 'development/git') diff --git a/development/git/git.build b/development/git/git.build new file mode 100755 index 0000000..3a7b24f --- /dev/null +++ b/development/git/git.build @@ -0,0 +1,121 @@ +#!/bin/bash +# +# Maintainer: Deposite Pirate + +source /usr/src/ports/Build/build.sh + +NAME=git +MAJOR=1.8 +VERSION=${MAJOR}.3 +BUILD=1 +DEPENDS=('openssl >= 1.0.1e-1' 'curl >= 7.29.0-1' 'expat >= 2.1.0-1' 'pcre >= 8.33-1' 'perl >= 5.18.0-1') +OPTDEPENDS=('python >= 2.7.4-1') + +# Description + +cat > ${PKG}/install/slack-desc <