app-backup/minisnap: fix ebuild qa

Signed-off-by: Alexander Miroshnichenko <alex@millerson.name>
This commit is contained in:
Alexander Miroshnichenko 2025-10-10 16:50:09 +03:00
parent d17f4a4516
commit e04c54c1f2

View File

@ -11,18 +11,14 @@ HOMEPAGE="https://git.sr.ht/~adrian-blx/minisnap"
SRC_URI="https://git.sr.ht/~adrian-blx/minisnap/archive/${EGIT_COMMIT}.tar.gz -> ${PN}-${EGIT_COMMIT}.tar.gz
https://git.millerson.name/alex/gentoo-artifacts/releases/download/${PN}-${EGIT_COMMIT}-vendor/${PN}-${EGIT_COMMIT}-vendor.tar.xz"
S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
src_compile() {
ego build cmd/msnap.go cmd/conf.go
ego build cmd/msnap.go cmd/conf.go
}
src_install() {
@ -33,4 +29,4 @@ src_install() {
pkg_postinst() {
elog "To configure schedule for each volume define them in the /etc/minisnap.conf configuration file"
elog "See /usr/share/doc/${P}-${EGIT_COMMIT}/ for examples"
}
}