summaryrefslogtreecommitdiff
path: root/www-servers/cgit-httpd/cgit-httpd-0.5.0.ebuild
diff options
context:
space:
mode:
authorLibravatar Terin Stock <terinjokes@gmail.com>2024-09-15 01:57:01 +0200
committerLibravatar Terin Stock <terinjokes@gmail.com>2024-09-15 01:57:01 +0200
commit6bf79da142fd7caab417f4f4639906bca3db72db (patch)
tree2c8dcb0e26950ed509d3bd61f52ecd7bf87fd950 /www-servers/cgit-httpd/cgit-httpd-0.5.0.ebuild
parentwww-servers/cgit-httpd: add 0.5.1 (diff)
downloadebuilds-6bf79da142fd7caab417f4f4639906bca3db72db.tar.xz
www-servers/cgit-httpd: add 0.5.2, drop 0.5.0
Diffstat (limited to 'www-servers/cgit-httpd/cgit-httpd-0.5.0.ebuild')
-rw-r--r--www-servers/cgit-httpd/cgit-httpd-0.5.0.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/www-servers/cgit-httpd/cgit-httpd-0.5.0.ebuild b/www-servers/cgit-httpd/cgit-httpd-0.5.0.ebuild
deleted file mode 100644
index dd41d13..0000000
--- a/www-servers/cgit-httpd/cgit-httpd-0.5.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="HTTPD for CGit"
-HOMEPAGE="https://git.terinstock.com/cgit-httpd.git/about/"
-BDEPEND=">=dev-lang/go-1.18"
-SRC_URI="https://git.terinstock.com/cgit-httpd.git/snapshot/${P}.tar.xz"
-SRC_URI+=" https://share.terinstock.com/${P}-vendor.tar.xz"
-
-LICENSE="MPL-2.0"
-LICENSE+=" BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_compile() {
- ego build .
-}
-
-src_test() {
- ego test ./...
-}
-
-src_install() {
- dobin cgit-httpd
-}