diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-17 11:56:45 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-17 11:56:45 +0300 |
commit | fa23bfffed43310555151d550d957a07cac18725 (patch) | |
tree | 7487cdc82331f9bda92672f323565a7ea18dc3d8 /extra/nasm | |
parent | 33c905a95e9fd28f651a5a8deaf9300f38040d13 (diff) | |
download | repository-fa23bfffed43310555151d550d957a07cac18725.tar.gz |
nasm: add meta file
Diffstat (limited to 'extra/nasm')
-rw-r--r-- | extra/nasm/meta | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/nasm/meta b/extra/nasm/meta new file mode 100644 index 00000000..155c07d2 --- /dev/null +++ b/extra/nasm/meta @@ -0,0 +1,3 @@ +description: portable assembler +license: BSD-2-Clause +maintainer: Cem Keylan <cem@carbslinux.org> |