Flat Assembler for the x86 architecture processors Reproducible: Always
Created attachment 533592 [details] fasm-bin-1.73.04.ebuild
Created attachment 533594 [details] metadata.xml
It's new binary package for Gentoo, FASM assembly: dev-lang/fasm-bin-1.73.04 with BSD-2 license. I'm agree to proxy-maintain this package :)
RepoMan scours the neighborhood... Note: use --include-dev (-d) to check dependencies for 'dev' profiles RepoMan sez: "If everyone were like you, I'd be out of business!"
Comment on attachment 533592 [details] fasm-bin-1.73.04.ebuild ># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 <blank line here> Move these further down, below SRC_URI: >FASM_PN="${PN/-bin}" >S="${WORKDIR}/${FASM_PN}" DESCRIPTION should be the first variable definition after EAPI. I don't think that's strict policy but it does make it easier to find things this way. >DESCRIPTION="Flat Assembler for the x86 architecture processors" >HOMEPAGE="https://flatassembler.net/" >KEYWORDS="~amd64" >LICENSE="BSD-2" >SLOT="0" >SRC_URI="https://flatassembler.net/fasm-${PV}.tgz -> ${P}.tgz" <blank line here> >src_install() >{ > newbin fasm.x64 fasm >}
Created attachment 534150 [details] Ebuild
Created attachment 534152 [details] fasm-bin-1.73.04.ebuild
It's good, i have updated it :) Is it good for you ?
I have maked my overlay for my package and other future package for Gentoo, if that can help you for validate my ebuild: https://github.com/Fulgurance/Gentoo-Overlay