diff options
| author | Lily <47812810+wangli28@users.noreply.github.com> | 2019-08-14 05:12:28 +0800 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-08-13 14:12:28 -0700 |
| commit | 86ec91b6ee56ab59a03d966fc3e38e74f4382874 (patch) | |
| tree | c4e33337928c308518a0c82d162c08c9ba35f22d /ports/yasm/CONTROL | |
| parent | 1516bfddf78455788f0cefe228a30ce7b965b652 (diff) | |
| download | vcpkg-86ec91b6ee56ab59a03d966fc3e38e74f4382874.tar.gz vcpkg-86ec91b6ee56ab59a03d966fc3e38e74f4382874.zip | |
[yasm] Add new port (#7478)
* [yasm] Add new port
* [yasm] Add new port
* Remove patch; Use port var; use vcpkg_add_to_path
Diffstat (limited to 'ports/yasm/CONTROL')
| -rw-r--r-- | ports/yasm/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/yasm/CONTROL b/ports/yasm/CONTROL new file mode 100644 index 000000000..5cb349270 --- /dev/null +++ b/ports/yasm/CONTROL @@ -0,0 +1,4 @@ +Source: yasm +Version: 1.3.0 +Homepage: https://github.com/yasm/yasm +Description: Yasm is a complete rewrite of the NASM assembler under the “new” BSD License. |
