Install this version:
emerge -a =app-admin/btrsnapshot-0.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-admin/btrsnapshot-0.1
Or alternatively:
emerge --autounmask-write -a =app-admin/btrsnapshot-0.1
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Simple btrfs snapshot helper"
HOMEPAGE="https://github.com/xdch47/btrsnapshot"
SRC_URI="https://github.com/xdch47/btrsnapshot/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_compile() {
# do not run make -- nothing to do
:
}
src_install() {
dosbin btrsnapshot
doman btrsnapshot.1
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | btrsnapshot-0.1.tar.gz | 2704 bytes | https://github.com/xdch47/btrsnapshot/archive/v0.1.tar.gz |