mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 11:17:36 +00:00
Ports: Set port
to match the port's directory
We currently have no valid use case for having a `port` property different from the directory name the port's residing in. We do have issues when this is the case when referencing dependencies, so let's make sure all ports have a sensible `port` property to begin with.
This commit is contained in:
parent
563d11c977
commit
d53c602e11
7 changed files with 18 additions and 15 deletions
|
@ -1,8 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=v
|
||||
port=vlang
|
||||
auth_type=sha256
|
||||
version=weekly.2021.31
|
||||
files="https://codeload.github.com/vlang/v/tar.gz/refs/tags/$version v-$version.tar.gz b0daf0a2e2cb6d463710952f4d2e8705c17d02a9270355b20861ff3fd5f72563"
|
||||
workdir="v-${version}"
|
||||
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