mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
unfurl: fix repoman issues
This commit is contained in:
parent
a8b0f124f4
commit
3378a7cc8a
2 changed files with 13 additions and 5 deletions
8
app-text/unfurl/metadata.xml
Normal file
8
app-text/unfurl/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="project">
|
||||||
|
<email>proxy-maint@gentoo.org</email>
|
||||||
|
<name>Proxy Maintainers</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
# Copyright 1999-2020 Gentoo Foundation
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
EGO_PN=github.com/tomnomnom/${PN}
|
EGO_PN=github.com/tomnomnom/${PN}
|
||||||
EGO_VENDOR=(
|
EGO_VENDOR=(
|
||||||
"github.com/jakewarren/tldomains dd0852eb6e50"
|
"github.com/jakewarren/tldomains dd0852eb6e50"
|
||||||
)
|
)
|
||||||
|
|
||||||
inherit golang-vcs-snapshot
|
inherit golang-vcs-snapshot
|
||||||
|
|
@ -30,9 +30,9 @@ DEPEND=""
|
||||||
RDEPEND=""
|
RDEPEND=""
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
GOPATH="${S}:$(get_golibdir_gopath)" \
|
GOPATH="${S}:$(get_golibdir_gopath)" \
|
||||||
GOCACHE="${T}/go-cache" \
|
GOCACHE="${T}/go-cache" \
|
||||||
go build -v -work -x -ldflags="-s -w" "${EGO_PN}" || die
|
go build -v -work -x -ldflags="-s -w" "${EGO_PN}" || die
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install(){
|
src_install(){
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue