dev-lang/fbc: New package

Closes: https://bugs.gentoo.org/96711
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
This commit is contained in:
William Breathitt Gray
2019-04-04 14:36:44 +09:00
parent 61e92cd4f6
commit e1b76eb6fa
8 changed files with 8884 additions and 0 deletions

23
dev-lang/fbc/metadata.xml Normal file
View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription lang="en">
FreeBASIC is a completely free, open-source, multi-platform
BASIC compiler, with syntax similar to MS-QuickBASIC, that adds
new features such as pointers, unsigned data types, inline
assembly, object orientation, and many others.
</longdescription>
<maintainer type="person">
<email>vilhelm.gray@gmail.com</email>
<name>William Breathitt Gray</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/freebasic/fbc/issues</bugs-to>
<doc lang="en">https://www.freebasic.net</doc>
<remote-id type="github">freebasic/fbc</remote-id>
</upstream>
</pkgmetadata>