New package: dub-1.10.0

This commit is contained in:
Follpvosten 2018-07-19 12:16:45 +02:00 committed by Helmut Pozimski
parent 3569a166a5
commit e8d31fe5af
1 changed files with 23 additions and 0 deletions

23
srcpkgs/dub/template Normal file
View File

@ -0,0 +1,23 @@
# Template file for 'dub'
pkgname=dub
version=1.10.0
revision=1
hostmakedepends="dmd"
makedepends="libcurl-devel"
depends="dmd"
short_desc="Package/build management system for D projects"
maintainer="Follpvosten <wolfi@karpador.xyz>"
license="MIT"
homepage="https://github.com/dlang/dub"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=db6c3a9e45408d2431bc3d1138a31b561fb71665c1d89db4b0cb3725b2b12faa
nocross="because of dmd, see template line 26"
do_build() {
./build.sh
}
do_install() {
vbin bin/dub
vlicense LICENSE
}