summaryrefslogtreecommitdiff
path: root/net-misc/obligator/obligator-0.3.0_p20240910.ebuild
diff options
context:
space:
mode:
authorLibravatar Terin Stock <terinjokes@gmail.com>2024-10-02 00:09:13 -0500
committerLibravatar Terin Stock <terinjokes@gmail.com>2024-10-02 00:09:13 -0500
commit5fd6deb821344843cdef08de45b4264dc646fff6 (patch)
treefdeec789ef4a2cdbb2138cda48623060a0d6280d /net-misc/obligator/obligator-0.3.0_p20240910.ebuild
parentnet-misc/obligator: new package, add 0.3.0_p20240910 (diff)
downloadebuilds-5fd6deb821344843cdef08de45b4264dc646fff6.tar.xz
net-misc/obligator: allow use of libsqlite3
Diffstat (limited to 'net-misc/obligator/obligator-0.3.0_p20240910.ebuild')
-rw-r--r--net-misc/obligator/obligator-0.3.0_p20240910.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-misc/obligator/obligator-0.3.0_p20240910.ebuild b/net-misc/obligator/obligator-0.3.0_p20240910.ebuild
deleted file mode 100644
index d7bf8bc..0000000
--- a/net-misc/obligator/obligator-0.3.0_p20240910.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="Simple and opinionated OpenID Connect server designed for self-hosters"
-HOMEPAGE="https://github.com/lastlogin-net/obligator"
-BDEPEND=">=dev-lang/go-1.20"
-COMMIT="54bc6d226904adbbda6a2666a4b635a65e79c01f"
-SRC_URI="https://github.com/lastlogin-net/obligator/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://share.terinstock.com/${P}-vendor.tar.xz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="MIT"
-LICENSE+=" BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_compile() {
- ego build ./cmd/obligator/
-}
-
-src_test() {
- ego test ./...
-}
-
-src_install() {
- dobin obligator
-}