void-packages/srcpkgs/fpc-src/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

17 lines
515 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="Orphaned <orphan@voidlinux.org>"
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
}