mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-27 13:58:27 +00:00
978c9280b5
* update * Update version * update singbox version * fix: add build-ids --------- Co-authored-by: u <u> Co-authored-by: madonuko <madonuko@outlook.com>
6 lines
157 B
Plaintext
6 lines
157 B
Plaintext
let sourcedir = "anda/apps/nekoray";
|
|
|
|
sh(`dnf in -y golang rpmdevtools tar rpm-build coreutils`, #{});
|
|
sh(`pushd ${sourcedir}; bash -x pre.sh; popd`, #{});
|
|
|