blob: 3c2a2fcc227dc908d58503af92e63ac278a9237e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = fortran-stdlib-git
pkgdesc = Fortran standard library implementation
pkgver = 0.1.0
pkgrel = 1
url = https://github.com/fortran-lang/stdlib
arch = x86_64
license = MIT
makedepends = git
makedepends = python-pipx
depends = gcc
depends = cmake
depends = make
depends = gcc-fortran
source = git+https://github.com/fortran-lang/stdlib.git
sha256sums = SKIP
pkgname = fortran-stdlib-git
|