app-admin/btrsnapshot - 0.1 (xdch47)

Search

Install

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

Package Information

Description:
Simple btrfs snapshot helper
Homepage:
https://github.com/xdch47/btrsnapshot
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.1 7 ~amd64 ~x86 0
View Raw Ebuild
# 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
}

Manifest for 0.1

Type File Size Source URLs
DIST btrsnapshot-0.1.tar.gz 2704 bytes https://github.com/xdch47/btrsnapshot/archive/v0.1.tar.gz