exherbo-denkn/packages/app-crypt/sslmake/sslmake-scm.exheres-0

24 lines
455 B
Bash
Raw Normal View History

2013-07-17 22:59:41 +02:00
# 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() {
2015-10-02 00:00:49 +02:00
emake install PREFIX=/usr/$(exhost --target) D="${IMAGE}"
2013-07-17 22:59:41 +02:00
}