New package: fpc-src-3.0.4
This commit is contained in:
parent
68a01e41a4
commit
8443109a20
|
@ -0,0 +1,17 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in New Issue