overlay/dev-go/sasl/sasl-9999.ebuild
tastytea 5fb1ff4fa5
Some checks failed
the build failed
dev-go: Added metadata to all go packages
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
2018-11-09 15:40:33 +01:00

19 lines
382 B
Bash

# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit golang-build golang-vcs
DESCRIPTION="An implementation of the Simple Authentication and Security Layer (SASL)."
HOMEPAGE="https://github.com/mellium/sasl"
EGO_PN="mellium.im/sasl"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS=""
DEPEND="
dev-lang/go
dev-go/go-crypto
"