diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2022-04-04 14:02:33 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2022-04-04 14:02:47 +0300 |
commit | 5b16fc7097f6603194f0e61d5d21407fe3eb195d (patch) | |
tree | 46d5c1b65c8d8bf83a3599980062ea78332cd564 /dev-util/shc/shc-4.0.3.ebuild | |
parent | dev-python/kiwisolver: 1.4.2: cppy added to BDEPEND. (diff) | |
download | gentoo-5b16fc7097f6603194f0e61d5d21407fe3eb195d.tar.gz gentoo-5b16fc7097f6603194f0e61d5d21407fe3eb195d.tar.bz2 gentoo-5b16fc7097f6603194f0e61d5d21407fe3eb195d.zip |
dev-util/shc: version bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'dev-util/shc/shc-4.0.3.ebuild')
-rw-r--r-- | dev-util/shc/shc-4.0.3.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-util/shc/shc-4.0.3.ebuild b/dev-util/shc/shc-4.0.3.ebuild new file mode 100644 index 000000000000..4bc77efcd7a9 --- /dev/null +++ b/dev-util/shc/shc-4.0.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A (shell-) script compiler/scrambler" +HOMEPAGE="https://neurobin.org/projects/softwares/unix/shc/" +SRC_URI="https://github.com/neurobin/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" + +src_install() { + dobin src/shc + doman shc.1 + dodoc ChangeLog README.md +} |