added zsnapper ebuild
This commit is contained in:
parent
9ea1bc8f54
commit
13dc062530
2
sys-apps/zsnapper/Manifest
Normal file
2
sys-apps/zsnapper/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST v0.3.0.tar.gz 11474 BLAKE2B 554eb3f35f9a4b535a89b79d6e35b6a36504eaea12d4fd182b7759f86e4f86e197a4fc5452c91ad93f91454843887516548624b995226040efc3b34560e73df0 SHA512 216aa379a937400e8629840ee6e4d9cf59d5ecfb7a7b79eadc2c1d5e08ca01c0ba75f2195fd95d0804bc5b8718cccd2ad647c6a9477fdc83a0dc3c4e41e78772
|
||||
EBUILD zsnapper-0.3.0.ebuild 432 BLAKE2B 576530660d30e8c47523446fed7a78b1278368edb7408327180024e7bea8eda87d560222b87eca90d81758d9173d65b63ad1a8f4fc160f05da364cfd09b7fd22 SHA512 c5a0826202cf3a02807abeda94d4ddb7cf537fa1616bf41b5ecb1fff6afd8d66e345665b731544d067de9a1b6e6e014add3554fd5777a11da0607a6ceb8fd010
|
24
sys-apps/zsnapper/zsnapper-0.3.0.ebuild
Normal file
24
sys-apps/zsnapper/zsnapper-0.3.0.ebuild
Normal file
@ -0,0 +1,24 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Tool for automatic upgrades"
|
||||
HOMEPAGE="https://gitea.fulh.ax/feffe/zsnapper"
|
||||
SRC_URI="https://gitea.fulh.ax/feffe/zsnapper/archive/v${PV}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/zsnapper"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
BDEPEND=""
|
||||
|
Loading…
Reference in New Issue
Block a user