summaryrefslogtreecommitdiff
path: root/manualPorts/hardlinkedBackups/Pkgfile
blob: 593b99c689cc78d8c0f12ef83201e65f6f313391 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: Generate hardlinked incremental backups via rsync (and possibly through a SOCKS-tunnel via ssh)
# URL: https://git.eckner.net/Erich/hardlinkedBackups
# Maintainer: Erich Eckner, crux at eckner dot net
# Depends on:

name=hardlinkedBackups
version=1.2.4
release=1
source=("https://git.eckner.net/Erich/${name}/snapshot/${name}-${version}.tar.xz")

build() {

    cd ${name}-${version}
    make
    make DESTDIR=$PKG install

}