Compare commits

2 Commits

Author SHA1 Message Date
7127f0ab66 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>
2024-09-16 03:08:39 +03:00
ad04e2f121 Merge pull request 'Add inpxer' (#1) from www-apps/inpxer into main
Reviewed-on: #1
2024-09-16 03:02:11 +03:00
2 changed files with 7 additions and 3 deletions

View File

@ -10,4 +10,4 @@ RESTRICT=strip
SLOT=0
SRC_URI=https://github.com/shemanaev/inpxer/archive/v0.2.5.tar.gz -> inpxer-0.2.5.tar.gz
_eclasses_=multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 flag-o-matic fa33e3696fe4689dda7e9affe92e2c94 go-env 90efbc8636d2f02d9654183330e84cf7 go-module 83fd3ed1657cfc316c93d6a37018290d
_md5_=5d335ed080f4a37c6661156cdcd75f12
_md5_=b4ea44fc838b4ba7630c22ff85e423c2

View File

@ -27,8 +27,12 @@ PATCHES=(
)
src_unpack() {
if [[ ${PV} == 9999* ]]; then
git-r3_src_unpack
go-module_live_vendor
else
default
fi
}
src_prepare() {