diff options
Diffstat (limited to 'dev-util/shfmt/shfmt-3.5.1.ebuild')
-rw-r--r-- | dev-util/shfmt/shfmt-3.5.1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-util/shfmt/shfmt-3.5.1.ebuild b/dev-util/shfmt/shfmt-3.5.1.ebuild deleted file mode 100644 index 862a019cbef5..000000000000 --- a/dev-util/shfmt/shfmt-3.5.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit go-module - -DESCRIPTION="shell script formatter" -HOMEPAGE="https://github.com/mvdan/sh" -SRC_URI="https://github.com/mvdan/sh/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" - -LICENSE="Clear-BSD" -SLOT="0" -KEYWORDS="~amd64" - -BDEPEND="app-text/scdoc" - -S="${WORKDIR}/sh-${PV}" - -src_compile() { - ego build ./cmd/shfmt - scdoc < ./cmd/shfmt/shfmt.1.scd > shfmt.1 || die -} - -src_install() { - dobin shfmt - doman shfmt.1 -} |