New package: ldc-0.11.0 via pancake.
This commit is contained in:
parent
56d8840979
commit
377d30fb70
1 changed files with 29 additions and 0 deletions
29
srcpkgs/ldc/template
Normal file
29
srcpkgs/ldc/template
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# Template file for 'ldc'
|
||||||
|
pkgname=ldc
|
||||||
|
version=0.11.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="$pkgname-$version-src"
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="cmake llvm>=3.3"
|
||||||
|
makedepends="libconfig++-devel"
|
||||||
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
|
homepage="http://wiki.dlang.org/LDC"
|
||||||
|
license="BSD"
|
||||||
|
short_desc="Portable D programming language compiler based on LLVM"
|
||||||
|
distfiles="http://d32gngvpvl2pi1.cloudfront.net/$pkgname-$version-src.tar.gz"
|
||||||
|
checksum="5571292adc195f9822b17df9bea86856fa26f9bb85b025bf9d7f566192b6375d"
|
||||||
|
|
||||||
|
LDFLAGS="-lpthread"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vmkdir usr/share/bash-completion/completions
|
||||||
|
mv ${DESTDIR}/etc/bash_completion.d/* \
|
||||||
|
${DESTDIR}/usr/share/bash-completion/completions
|
||||||
|
}
|
||||||
|
|
||||||
|
ldc_package() {
|
||||||
|
conf_files="/etc/ldc2.rebuild.conf /etc/ldc2.conf"
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue