gentoo-ebuilds/app-misc/screenie/screenie-20120406.ebuild
Arthur Zamarin 0e727a3a16
*/*: unkeyword ~ia64
Change was created by running the following command::

    ekeyword ^ia64 */*/*.ebuild

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-12 21:37:40 +03:00

22 lines
465 B
Bash

# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="A small and lightweight screen wrapper"
HOMEPAGE="https://sourceforge.net/projects/screenie/"
SRC_URI="http://downloads.sourceforge.net/project/${PN}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~arm ~hppa sparc x86"
RDEPEND="app-misc/screen"
S="${WORKDIR}/${PN}"
src_install() {
einstalldocs
dobin screenie
doman screenie.1
}