fpc_source, new recipe (#6034)

This commit is contained in:
Schrijvers Luc
2021-07-02 12:13:05 +02:00
committed by GitHub
parent 736439f337
commit abd6ccef7d

View File

@@ -0,0 +1,29 @@
SUMMARY="Professional Pascal compiler"
DESCRIPTION="Free Pascal is a 32, 64 and 16 bit professional Pascal compiler. \
It can target many processor architectures: Intel x86 (including 8086), AMD64\
/x86-64, PowerPC, PowerPC64, SPARC, ARM, AArch64, MIPS and the JVM. \
Supported operating systems include Linux, FreeBSD, Haiku, macOS/iOS/\
iPhoneSimulator/Darwin, DOS (16 and 32 bit), Win32, Win64, WinCE, OS/2, \
MorphOS, Nintendo GBA, Nintendo DS, Nintendo Wii, Android, AIX and AROS. \
Additionally, support for the Motorola 68k architecture is available in the \
development versions."
HOMEPAGE="https://freepascal.org/"
COPYRIGHT="1993-2021 Florian Klaempfl and others"
LICENSE="GNU LGPL v3
GNU GPL v3"
REVISION="1"
SOURCE_URI="https://downloads.sourceforge.net/freepascal/fpcbuild-$portVersion.tar.gz"
CHECKSUM_SHA256="85ef993043bb83f999e2212f1bca766eb71f6f973d362e2290475dbaaf50161f"
SOURCE_DIR="fpcbuild-$portVersion"
ARCHITECTURES="any"
PROVIDES="
fpc_source = $portVersion
"
INSTALL()
{
mkdir -p $prefix/lib/fpc/$portVersion/src
cp -R ./fpcsrc/* $prefix/lib/fpc/$portVersion/src
}