app-backup/restic-rest-server - 0.14.0 (gentoo-zh)

Search

Package Information

Description:
A high performance HTTP server that implements restic's REST backend API
Homepage:
https://github.com/restic/rest-server
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
0.14.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

MY_PN="rest-server"
DESCRIPTION="A high performance HTTP server that implements restic's REST backend API"
HOMEPAGE="https://github.com/restic/rest-server"
SRC_URI="
	https://github.com/restic/rest-server/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://github.com/gentoo-zh-drafts/rest-server/releases/download/v${PV}/${MY_PN}-${PV}-vendor.tar.xz
		-> ${P}-vendor.golang-dist-mirror-action.tar.xz
"

S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
QA_PRESTRIPPED="/usr/bin/${PN}"

src_compile() {
	ego run build.go
}

src_install() {
	newbin ${MY_PN} ${PN}
}

Manifest for 0.14.0

Type File Size Source URLs
DIST restic-rest-server-0.14.0-vendor.golang-dist-mirror-action.tar.xz 931624 bytes https://github.com/gentoo-zh-drafts/rest-server/releases/download/v0.14.0/rest-server-0.14.0-vendor.tar.xz
DIST restic-rest-server-0.14.0.tar.gz 271893 bytes https://github.com/restic/rest-server/archive/refs/tags/v0.14.0.tar.gz