mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 05:07:01 +02:00
17 lines
537 B
Bash
17 lines
537 B
Bash
# Template file for 'btrfs-backup'
|
|
pkgname=btrfs-backup
|
|
version=0.3.1
|
|
revision=7
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools"
|
|
short_desc="Incremental atomic backups for btrfs using snapshots"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/efficiosoft/btrfs-backup"
|
|
distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname/-/_}-${version}.tar.gz"
|
|
checksum=0c4a022aa62b15b8485055fb4719a2a3b6d91c93b3b72fde3099fd5fd48142f2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|