Text · 683 bytes Raw Blame History
1 # This is a TEMPLATE for .SRCINFO
2 # The actual .SRCINFO must be generated on Linux with:
3 # makepkg --printsrcinfo > .SRCINFO
4 #
5 # This file is for reference only and should NOT be committed to AUR.
6
7 pkgbase = fortress
8 pkgdesc = A command-line file explorer written in modern Fortran with cd-on-exit
9 pkgver = 0.1.0
10 pkgrel = 1
11 url = https://github.com/FortranGoingOnForty/fortress
12 install = fortress.install
13 arch = x86_64
14 arch = aarch64
15 license = MIT
16 makedepends = fpm
17 makedepends = gcc-fortran
18 depends = glibc
19 depends = gcc-libs
20 source = fortress-0.1.0.tar.gz::https://github.com/FortranGoingOnForty/fortress/archive/v0.1.0.tar.gz
21 sha256sums = SKIP
22
23 pkgname = fortress
24