17 lines
518 B
Bash
17 lines
518 B
Bash
# Template file for 'fpc-src'
|
|
pkgname=fpc-src
|
|
version=3.0.4
|
|
revision=1
|
|
wrksrc="fpcbuild-${version}"
|
|
short_desc="Source code for FreePascal compiler"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="LGPL-2.0-or-later"
|
|
homepage="https://www.freepascal.org"
|
|
distfiles="ftp://ftp.freepascal.org/pub/fpc/dist/${version}/source/fpcbuild-${version}.tar.gz"
|
|
checksum=f66514e6f2c2e4e1bccccb4d554c24b77682ed61c87811ae5dd210f421855e76
|
|
nostrip=yes
|
|
|
|
do_install() {
|
|
vmkdir usr/lib/fpc/src
|
|
vcopy fpcsrc/* usr/lib/fpc/src
|
|
}
|