summaryrefslogtreecommitdiff
path: root/net-dialup/sterm/sterm-20200306-r1.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2021-02-18 12:28:14 +0100
committerKarel Kočí <cynerd@email.cz>2021-02-18 12:28:14 +0100
commit25bb5685a05e8339b98caff58583c4df1c6ea499 (patch)
treeda6038bebd61aea1821ec15ed4f4833173b02cab /net-dialup/sterm/sterm-20200306-r1.ebuild
parentf243c8803f96c1e2b18855489a38e40dfffc70bf (diff)
downloadgentoo-personal-overlay-25bb5685a05e8339b98caff58583c4df1c6ea499.tar.gz
gentoo-personal-overlay-25bb5685a05e8339b98caff58583c4df1c6ea499.tar.bz2
gentoo-personal-overlay-25bb5685a05e8339b98caff58583c4df1c6ea499.zip
net-dialup/sterm: update to version 20200306
Diffstat (limited to 'net-dialup/sterm/sterm-20200306-r1.ebuild')
-rw-r--r--net-dialup/sterm/sterm-20200306-r1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-dialup/sterm/sterm-20200306-r1.ebuild b/net-dialup/sterm/sterm-20200306-r1.ebuild
new file mode 100644
index 0000000..5fc43fa
--- /dev/null
+++ b/net-dialup/sterm/sterm-20200306-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils git-r3
+
+DESCRIPTION="Simple serial terminal"
+HOMEPAGE="https://rtime.felk.cvut.cz/gitweb/sojka/sterm.git"
+
+EGIT_REPO_URI="git://rtime.felk.cvut.cz/sojka/sterm.git"
+EGIT_COMMIT="${PV}"
+
+LICENSE="GPL-3.0+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND="dev-libs/lockdev"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ epatch "${FILESDIR}/0001-Set-correct-install-paths-for-gentoo-for-zsh-complet.patch"
+}