mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 11:27:35 +00:00
Ports: Make files
a proper array
This commit is contained in:
parent
3c2d846b94
commit
284fee9e77
311 changed files with 959 additions and 350 deletions
|
@ -2,7 +2,9 @@
|
|||
port=vlang
|
||||
version=weekly.2021.31
|
||||
workdir="v-${version}"
|
||||
files="https://codeload.github.com/vlang/v/tar.gz/refs/tags/${version} v-${version}.tar.gz b0daf0a2e2cb6d463710952f4d2e8705c17d02a9270355b20861ff3fd5f72563"
|
||||
files=(
|
||||
"https://codeload.github.com/vlang/v/tar.gz/refs/tags/${version} v-${version}.tar.gz b0daf0a2e2cb6d463710952f4d2e8705c17d02a9270355b20861ff3fd5f72563"
|
||||
)
|
||||
|
||||
build() {
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue