0
0
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
waddlesplash 4f180bdb94
Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Schrijvers Luc 97c510b9bd
Use https over http, fixes problems reported by repology (#5916) 2021-05-15 09:30:48 +02:00
Jerome Duval 3ef5b9655d rust: srcGitRev2 => srcGitRev_2.
* code style.
2018-08-07 10:33:00 +02:00
Niels Sascha Reedijk f45daffffc Rust: several changes to the 1.15.1 recipe (#1735)
Add the cargo command to the package. Rust's package management tool is now
included in the package. The rationale for inclusion versus external package
is that the cargo command is closely related to the version of the rustc
compiler, and with the future dependency of the rust build system on cargo
they are closely linked.
2017-10-24 07:35:54 +02:00
Niels Sascha Reedijk 02720c5025 Rust: add recipe for 1.15.1 (#1701)
The recipe is based on the official github sources, plus patches where
applicable. The tree including patches can be found at
https://github.com/nielx/rust
2017-10-08 19:23:21 +03:00