diff --git a/metadata/categories.conf b/metadata/categories.conf index 52fa7de..4e9cc6c 100644 --- a/metadata/categories.conf +++ b/metadata/categories.conf @@ -1,4 +1,5 @@ app-arch +app-crypt app-paludis dev-lang net-proxy diff --git a/packages/app-crypt/sslmake/sslmake-scm.exheres-0 b/packages/app-crypt/sslmake/sslmake-scm.exheres-0 new file mode 100644 index 0000000..0807f72 --- /dev/null +++ b/packages/app-crypt/sslmake/sslmake-scm.exheres-0 @@ -0,0 +1,23 @@ +# Copyright 2013 Denis Knauf +# Distributed under the terms of the GNU General Public License v2 + +SCM_REPOSITORY="git://github.com/DenisKnauf/${PN}.git" +require scm-git + +SUMMARY="sslmake - Simple smart small certification manager tool" + +LICENCES="GPL-2" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" + run: + sys-devel/make + dev-libs/gnutls +" + +src_install() { + emake install PREFIX=/usr D="${IMAGE}" +} +