blob: ca1532a9b6e54673ac5de8d62523d920f9fc3ef5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DEFINED_PHASES=configure install postinst
DEPEND=ncurses? ( sys-libs/ncurses:= )
DESCRIPTION=Replacement for GNU stow with extensions
EAPI=8
HOMEPAGE=https://github.com/majorkingleo/xstow
IUSE=ncurses
KEYWORDS=~amd64 ppc ~x86
LICENSE=GPL-2
RDEPEND=ncurses? ( sys-libs/ncurses:= )
SLOT=0
SRC_URI=https://github.com/majorkingleo/xstow/releases/download/1.1.1/xstow-1.1.1.tar.bz2
_md5_=b2770233758cab090a362558cc05f94e
|