1
0
Fork
You've already forked gentoo-dev-scripts
0
a list of scripts for working with gentoo development
  • Shell 100%
Find a file
2026年05月13日 04:46:43 +06:00
.github (feat): update funding 2025年12月28日 20:12:10 +06:00
bins feat(crdeps): integreate with nodebuild 2026年05月13日 04:46:43 +06:00
generatereadme.sh feat: add work in progress script 2026年03月20日 13:17:19 +06:00
LICENSE feat: add license 2026年03月20日 08:07:30 +06:00
readme.md feat(acf): move to new repo 2026年04月27日 05:41:00 +06:00

crdeps

crdeps EBUILD_FILE_PATH LANGUAGE

EBUILD_FILE_PATH should be the ebuild file path; passed in as an argument

LANGUAGE should be the language that your trying to build the package for; passed in as an argument

supported langs are:

- \`go\`
- \`rust\`

in progress: - `nim`

future plans: - javashit stuff - ruby (if needed) - python - php (if needed)

This script uses the github cli to use github's release feature and upload the tarballs to it

It uses the DEPS_SCRIPT_REPO enviroment variable

If it's empty it tries to detect the remote link

If it detects the remote as ::gentoo it tries to use the DEPS_SCRIPT_GENTOO_REPO enviroment variable

Else if it detects the remote as ::guru it tries to use the DEPS_SCRIPT_GURU_REPO enviroment variable

gentoo-go-license

gentoo-go-license EBUILD_FILE_PATH EBUILD_FILE_PATH should be the ebuild file path; passed in as an argument

updates the LICENSE+= var

apply-crates-fixes

moved to my codeberg