mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
New package: btrfs-backup-0.3.1 (#1075)
This commit is contained in:
parent
c9f175149c
commit
5b6a7c0c43
1 changed files with 20 additions and 0 deletions
20
srcpkgs/btrfs-backup/template
Normal file
20
srcpkgs/btrfs-backup/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'btrfs-backup'
|
||||
pkgname=btrfs-backup
|
||||
version=0.3.1
|
||||
revision=1
|
||||
wrksrc="${pkgname/-/_}-${version}"
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
pycompile_module="${pkgname/-/_}"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools"
|
||||
short_desc="Incremental atomic backups for btrfs using snapshots"
|
||||
maintainer="shizonic <realtiaz@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/efficiosoft/btrfs-backup"
|
||||
distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname/-/_}-${version}.tar.gz"
|
||||
checksum=0c4a022aa62b15b8485055fb4719a2a3b6d91c93b3b72fde3099fd5fd48142f2
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue