blob: 2c1b47a82d9877cb34c06c7576c1a91d0f214a4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = acts
pkgdesc = A minimal shell script that creates backups with tarsnap
pkgver = 1.4.2
pkgrel = 1
url = https://github.com/alexjurkiewicz/acts
install = acts.install
arch = any
license = Unlicense
depends = tarsnap
depends = coreutils
depends = util-linux
source = acts-1.4.2.tar.gz::https://github.com/alexjurkiewicz/acts/archive/v1.4.2.tar.gz
sha256sums = b0c3f4a02eb290bbf4fd7724daf81ed05f3d051a35da0f76a0761911811c19f9
pkgname = acts
|