Skip to content

Commit

Permalink
Move build dependencies to module.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Coal committed Feb 18, 2022
1 parent cea301b commit 3563463
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dev/samplerepository/repository.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ summary = "A repository for everything coal related"
[packages.hamming]
summary = "A package for finding the hamming distance between two strings"
package_type = "zip"
# no build command, package is installed as-is
# no build dependencies
"1.0" = { source = "https://tabe.me/packages/hamming.1.0.zip" }

[packages.wolf]
summary = "A Lua library for creating static websites"
package_type = "git"
build-command = "make"
build-dependencies = ["gcc >= 4.8.2", "make"]
"1.0" = { source = "git://github.com/coalio/wolf" }

0 comments on commit 3563463

Please sign in to comment.