From 7127f0ab66737117813e82c1d7bc7e0896e37a99 Mon Sep 17 00:00:00 2001 From: Anton Kropachev Date: Mon, 16 Sep 2024 03:08:39 +0300 Subject: [PATCH] Add building inpxer (#2) Reviewed-on: https://gitea.cppmm.net.ru/gentoo/cppmm-overlay/pulls/2 Co-authored-by: Anton Kropachev Co-committed-by: Anton Kropachev --- 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 }