From d150a5f3e462fa7fe194a805a4aa0076f4d03ab9 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 16 Sep 2018 18:48:36 +0200 Subject: Add ports. --- .../seahorse/seahorse-3.8.0-sshaskpass.patch.xz | Bin 0 -> 272 bytes security/seahorse/seahorse.build | 88 +++++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 security/seahorse/seahorse-3.8.0-sshaskpass.patch.xz create mode 100755 security/seahorse/seahorse.build (limited to 'security/seahorse') diff --git a/security/seahorse/seahorse-3.8.0-sshaskpass.patch.xz b/security/seahorse/seahorse-3.8.0-sshaskpass.patch.xz new file mode 100644 index 0000000..f4ed7b0 Binary files /dev/null and b/security/seahorse/seahorse-3.8.0-sshaskpass.patch.xz differ diff --git a/security/seahorse/seahorse.build b/security/seahorse/seahorse.build new file mode 100755 index 0000000..cbd4479 --- /dev/null +++ b/security/seahorse/seahorse.build @@ -0,0 +1,88 @@ +#!/bin/bash +# +# Maintainer: Deposite Pirate + +source /usr/src/ports/Build/build.sh + +NAME=seahorse +MAJOR=3.8 +VERSION=${MAJOR}.0 +BUILD=1 +DEPENDS=('gtk+ >= 3.8.0-1' 'gcr >= 3.8.0-1' 'gpgme >= 1.3.2-1' 'libsecret >= 0.14-1' 'libsoup >= 2.42.0-1') +OPTDEPENDS=('openssh >= 6.1p1-1') + +# Description + +cat > ${PKG}/install/slack-desc < ${PKG}/install/doinst.sh <