🔒 Repository is read-only – file editing is disabled.

recipes/utils/julia-bin/PAGBUILD.yaml main

31 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031
pkgname: julia-bin
pkgver: '1.9.4'
pkgrel: '3'
pkgdesc: High-level, high-performance, dynamic programming language - official binaries
url: 'https://julialang.org/'
arch: x86_64
license:
- MIT
depends:
- bash
- gmp
- libnghttp2
- libssh2
- libunwind
- python
- llvm
makedepends: []
source:
- 'https://julialang-s3.julialang.org/bin/linux/x64/1.9/julia-${pkgver}-linux-x86_64.tar.gz'
sha256sums:
- 07d20c4c2518833e2265ca0acee15b355463361aa4efdab858dad826cf94325c
build: |
  mkdir -p ${PKGDIR}/usr/share/licenses/julia-bin
  mkdir -p ${PKGDIR}/usr
  cp -r julia-${pkgver}/{bin,etc,include,lib,share,libexec} \
  ${PKGDIR}/usr/

  install -Dm644 julia-${pkgver}/LICENSE.md \
  ${PKGDIR}/usr/share/licenses/julia-bin/LICENSE.md
package: |
  true