summaryrefslogtreecommitdiff
path: root/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild')
-rw-r--r--dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild b/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild
new file mode 100644
index 000000000000..a609a1001e81
--- /dev/null
+++ b/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit golang-build golang-vcs-snapshot
+
+EGO_PN="github.com/mattn/go-sqlite3/..."
+EGIT_COMMIT="c5aee9649735e8dadac55eb968ccebd9fa29a881"
+ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Go sqlite3 driver using database/sql"
+HOMEPAGE="https://${EGO_PN%/*}"
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="MIT"
+SLOT="0/${PVR}"
+IUSE=""