From e595909992d01230acb379b175b8428beb0bbf8e Mon Sep 17 00:00:00 2001 From: Anton Kropachev Date: Mon, 16 Sep 2024 03:09:00 +0300 Subject: [PATCH] Add building inpxer --- www-apps/inpxer/inpxer-0.2.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-apps/inpxer/inpxer-0.2.5.ebuild b/www-apps/inpxer/inpxer-0.2.5.ebuild index 542950d..525f09d 100644 --- a/www-apps/inpxer/inpxer-0.2.5.ebuild +++ b/www-apps/inpxer/inpxer-0.2.5.ebuild @@ -41,6 +41,7 @@ src_prepare() { } src_compile() { + go build . || die ./"${PN}" --help > "${PN}".1 || die }