Add building inpxer

This commit is contained in:
2024-09-16 03:09:00 +03:00
parent a24935c7c3
commit e595909992

View File

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