1 # Copyright 2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION
="Ly - a TUI display manager"
9 HOMEPAGE
="https://github.com/nullgemm/ly"
10 SRC_URI
="https://github.com/nullgemm/ly/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
11 EGIT_CHECKOUT_DIR
="${S}/sub"
25 if [[ -n ${A} ]]; then
28 for _i
in argoat configator dragonfail termbox_next
; do
29 git-r3_fetch
${HOMEPAGE%ly}${_i} || die
30 git-r3_checkout
${HOMEPAGE%ly}${_i} ${EGIT_CHECKOUT_DIR}/${_i} || die