blob: 3d8e9dd1117ba986a86fbd426367734b4922c31d (
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_=3847476ad8aa1bf1fbd214b3a185a8a6
|