app-arch/hast: fix repo URL
This commit is contained in:
parent
9951f7b787
commit
d768bf3dce
1 changed files with 4 additions and 4 deletions
|
@ -6,8 +6,8 @@ EAPI=7
|
|||
inherit git-r3
|
||||
|
||||
DESCRIPTION="Hashed storage - copies files from directories into one unique store."
|
||||
HOMEPAGE="https://git.decade.cz/decade/${PN}"
|
||||
EGIT_REPO_URI="https://git.decade.cz/decade/${PN}.git"
|
||||
HOMEPAGE="https://git.decade.cz/decade-public/${PN}"
|
||||
EGIT_REPO_URI="https://git.decade.cz/decade-public/${PN}.git"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
@ -20,9 +20,9 @@ RDEPEND="
|
|||
src_install() {
|
||||
exeinto /usr/share/${PN}
|
||||
doexe ${PN}.py
|
||||
|
||||
|
||||
insinto /usr/share/${PN}
|
||||
doins version.py
|
||||
|
||||
|
||||
dosym /usr/share/${PN}/${PN}.py /usr/bin/${PN}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue