-
-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
Good First IssueIssue that is good for someone new to the Solus project to try to tackleIssue that is good for someone new to the Solus project to try to tackleTopic: ToolingTools and scriptsTools and scripts
Description
ypkg now provides standardized cargo macros for rust packages:
%cargo_fetch, %cargo_build, %cargo_install, %cargo_test
Note that %cargo_install can take an additional argument if the binary name does not match the package name e.g. %cargo_install mycustombinary
See d44c520 as an example
For an new packagers wishing to learn the Solus packaging system, this would be a good opportunity to do so. See the full list yourself by installing the ripgrep package and running the following ripgrep (rg) command from the root of this repository:
rg --files-with-matches "cargo build" -g '*package.yml' | sort
The list
37 21 7 1 package left(!)
- rav1el
Metadata
Metadata
Assignees
Labels
Good First IssueIssue that is good for someone new to the Solus project to try to tackleIssue that is good for someone new to the Solus project to try to tackleTopic: ToolingTools and scriptsTools and scripts
Type
Projects
Status
Done