mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
fpc-src: new port at 3.2.2
This commit is contained in:
1
main/fpc-src/.checksums
Normal file
1
main/fpc-src/.checksums
Normal file
@@ -0,0 +1 @@
|
||||
3681ae4a208be4f64ec65e832a9a702d fpcbuild-3.2.2.tar.gz
|
||||
20505
main/fpc-src/.pkgfiles
Normal file
20505
main/fpc-src/.pkgfiles
Normal file
File diff suppressed because it is too large
Load Diff
13
main/fpc-src/spkgbuild
Normal file
13
main/fpc-src/spkgbuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user