Add building inpxer (#2)

Reviewed-on: #2
Co-authored-by: Anton Kropachev <root@cppmm.net.ru>
Co-committed-by: Anton Kropachev <root@cppmm.net.ru>
This commit is contained in:
Anton Kropachev 2024-09-16 03:08:39 +03:00 committed by Anton Kropachev
parent ad04e2f121
commit 7127f0ab66

View File

@ -41,6 +41,7 @@ src_prepare() {
} }
src_compile() { src_compile() {
go build . || die
./"${PN}" --help > "${PN}".1 || die ./"${PN}" --help > "${PN}".1 || die
} }