From 4eedbb65700efd9424c6ff51de56f149d2946949 Mon Sep 17 00:00:00 2001 From: eroen Date: Sat, 15 Aug 2015 22:53:57 +0200 Subject: Add humblebundle.eclass --- eclass/humblebundle.eclass | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 eclass/humblebundle.eclass (limited to 'eclass') diff --git a/eclass/humblebundle.eclass b/eclass/humblebundle.eclass new file mode 100644 index 00000000..41023db5 --- /dev/null +++ b/eclass/humblebundle.eclass @@ -0,0 +1,23 @@ +# By eroen, 2015 +# Distributed under the terms of the ISC licence +# $Header: $ + +# +# Original Author: eroen +# Purpose: Provide convenience functions for packaging software obtained from +# Humble Bundle +# + +EXPORT_FUNCTIONS pkg_nofetch + +humblebundle_pkg_nofetch() { + einfo "Before installing $PN you need to obtain" + einfo " $A" + if [[ -n $HOMEPAGE ]]; then + einfo "from $HOMEPAGE or https://www.humblebundle.com" + else + einfo "from https://www.humblebundle.com" + fi + einfo "and place it in" + einfo " $DISTDIR" +} -- cgit v1.2.1