mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/ldc to 1.35.0-1
This commit is contained in:
parent
2a73c55f7b
commit
623a1b9c52
2 changed files with 38 additions and 3 deletions
35
extra/ldc/.SRCINFO
Normal file
35
extra/ldc/.SRCINFO
Normal file
|
@ -0,0 +1,35 @@
|
|||
pkgbase = ldc
|
||||
pkgdesc = A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2
|
||||
pkgver = 1.35.0
|
||||
pkgrel = 1
|
||||
epoch = 3
|
||||
url = https://github.com/ldc-developers/ldc
|
||||
arch = x86_64
|
||||
groups = dlang
|
||||
groups = dlang-ldc
|
||||
license = BSD
|
||||
makedepends = git
|
||||
makedepends = cmake
|
||||
makedepends = llvm
|
||||
makedepends = ldc
|
||||
makedepends = ninja
|
||||
options = !lto
|
||||
source = git+https://github.com/ldc-developers/ldc#commit=9c1ae1efbbebcf21b73e7b710d508d0d5ca04454
|
||||
source = ldc-phobos::git+https://github.com/ldc-developers/phobos.git
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = ldc
|
||||
depends = liblphobos
|
||||
depends = llvm-libs
|
||||
depends = gcc
|
||||
depends = compiler-rt
|
||||
provides = d-compiler=2.105.2
|
||||
backup = etc/ldc2.conf
|
||||
|
||||
pkgname = liblphobos
|
||||
depends = curl
|
||||
provides = d-runtime
|
||||
provides = d-stdlib
|
||||
options = staticlibs
|
||||
options = !strip
|
|
@ -10,9 +10,9 @@
|
|||
|
||||
pkgname=('ldc' 'liblphobos')
|
||||
groups=('dlang' 'dlang-ldc')
|
||||
pkgver=1.34.0
|
||||
_pkgcommit=b0af0b3e3674a6cd801b558de2b13c635be825d0
|
||||
_dversion=2.104.2
|
||||
pkgver=1.35.0
|
||||
_pkgcommit=9c1ae1efbbebcf21b73e7b710d508d0d5ca04454
|
||||
_dversion=2.105.2
|
||||
_clangversion=16 # related to where ldc2 looks for compiler-rt sanitizers
|
||||
epoch=3
|
||||
pkgrel=1
|
||||
|
|
Loading…
Reference in a new issue