# Maintainer: banana-bred pkgname=fortran-fpm-bin _name=fpm pkgver=0.10.1 pkgrel=1 epoch= pkgdesc='A Fortran package manager and build system' arch=('x86_64') url='https://fpm.fortran-lang.org/' license=('MIT') groups=() depends=('git') makedepends=() checkdepends=() optdepends=() provides=() conflicts=("${_name}" "${pkgname%-bin}") replaces=() backup=() options=() install= changelog= noextract=() source=( "https://github.com/fortran-lang/fpm/releases/download/v${pkgver}/${_name}-${pkgver}-linux-${arch}" "https://raw.githubusercontent.com/fortran-lang/fpm/main/LICENSE" ) sha256sums=( 2c0759e349fb8c91fc6d4cbc1c355f52cfd1dd15589273550327daf6e7f9932c 'b7e33601c0130d1a674fcc772ed9b7804460d1896469a5b219ba4062efcd9fb9' ) package() { install -Dm 755 "${srcdir}/${_name}-${pkgver}-linux-${arch}" "${pkgdir}/usr/bin/${_name}" install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } # vim: ts=2 sw=2 et :