mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Fix a lot of lint failures.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SUMMARY="A simple assember and linker for 8086 - 80386 machine code."
|
||||
SUMMARY="A simple assember and linker for 8086 - 80386 machine code"
|
||||
DESCRIPTION="
|
||||
as86 is an assembler for the 8086..80386 processors, it's syntax is closer \
|
||||
to the intel/microsoft form rather than the more normal generic form of \
|
||||
@@ -7,10 +7,8 @@ The linker understands only the object files produced by the as86 assembler, \
|
||||
it can link them into either an impure or a separate I&D executable.
|
||||
"
|
||||
HOMEPAGE="http://v3.sk/~lkundrak/dev86/"
|
||||
COPYRIGHT="
|
||||
1994 Bruce Evans
|
||||
1999 Robert de Bath
|
||||
"
|
||||
COPYRIGHT="1994 Bruce Evans
|
||||
1999 Robert de Bath"
|
||||
LICENSE="GNU GPL v2"
|
||||
SOURCE_URI="http://v3.sk/~lkundrak/dev86/bin86-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="021e37cde3a20632c4c9000993cb4aa9f58cb82b1d3c26b9aeb62d6566925738"
|
||||
|
||||
Reference in New Issue
Block a user