fpc-src: new port at 3.2.2

This commit is contained in:
Luis
2023-11-30 05:08:11 +00:00
parent 62bc1fa243
commit 12a9aec793
3 changed files with 20519 additions and 0 deletions

1
main/fpc-src/.checksums Normal file
View File

@@ -0,0 +1 @@
3681ae4a208be4f64ec65e832a9a702d fpcbuild-3.2.2.tar.gz

20505
main/fpc-src/.pkgfiles Normal file

File diff suppressed because it is too large Load Diff

13
main/fpc-src/spkgbuild Normal file
View File

@@ -0,0 +1,13 @@
# description : Sources for the FreePascal compiler (required by the Lazarus IDE)
# homepage : https://www.freepascal.org/
name=fpc-src
version=3.2.2
release=1
source="https://downloads.sourceforge.net/project/freepascal/Source/$version/fpcbuild-$version.tar.gz"
build() {
cd fpcbuild-$version/fpcsrc
mkdir -p $PKG/usr/lib/fpc/src
cp -R . $PKG/usr/lib/fpc/src
}