Text · 543 bytes Raw Blame History
1 pkgbase = fortress
2 pkgdesc = A command-line file explorer written in modern Fortran with cd-on-exit
3 pkgver = 0.1.0
4 pkgrel = 1
5 url = https://github.com/FortranGoingOnForty/fortress
6 install = fortress.install
7 arch = x86_64
8 arch = aarch64
9 license = MIT
10 makedepends = fpm
11 makedepends = gcc-fortran
12 depends = glibc
13 depends = gcc-libs
14 source = fortress-0.1.0.tar.gz::https://github.com/FortranGoingOnForty/fortress/archive/v0.1.0.tar.gz
15 sha256sums = e38b495296e87f7bee7140ed662a37ee23f2f428e459b9c455f846f856014d4e
16
17 pkgname = fortress
18