mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
net-mail/hydroxide: respect $(makeopts_jobs)
and also simplify docs installing no revbump because the binary itsef doesn't change and the same files are installed Signed-off-by: Leonardo Hernández Hernández <leohdz172@outlook.com>
This commit is contained in:
parent
74d1ad6e9f
commit
950e0e64f3
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit go-module
|
||||
inherit go-module multiprocessing
|
||||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
inherit git-r3
|
||||
@ -38,13 +38,11 @@ src_unpack() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
ego build -v ./cmd/hydroxide
|
||||
ego build -v -x -p "$(makeopts_jobs)" ./cmd/hydroxide
|
||||
}
|
||||
|
||||
src_install() {
|
||||
local DOCS=( "README.md" )
|
||||
einstalldocs
|
||||
|
||||
default
|
||||
dobin "${PN}"
|
||||
}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit go-module
|
||||
inherit go-module multiprocessing
|
||||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
inherit git-r3
|
||||
@ -38,13 +38,11 @@ src_unpack() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
ego build -v ./cmd/hydroxide
|
||||
ego build -v -x -p "$(makeopts_jobs)" ./cmd/hydroxide
|
||||
}
|
||||
|
||||
src_install() {
|
||||
local DOCS=( "README.md" )
|
||||
einstalldocs
|
||||
|
||||
default
|
||||
dobin "${PN}"
|
||||
}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit go-module
|
||||
inherit go-module multiprocessing
|
||||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
inherit git-r3
|
||||
@ -38,13 +38,11 @@ src_unpack() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
ego build -v ./cmd/hydroxide
|
||||
ego build -v -x -p "$(makeopts_jobs)" ./cmd/hydroxide
|
||||
}
|
||||
|
||||
src_install() {
|
||||
local DOCS=( "README.md" )
|
||||
einstalldocs
|
||||
|
||||
default
|
||||
dobin "${PN}"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user