summaryrefslogtreecommitdiff
path: root/manualPorts/update-all/Pkgfile
blob: 6ef5187831fd94c9255d5d4bc63c8a566065f02f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: Simple script for installing updated packages
# URL: https://git.eckner.net/Erich/update-all
# Maintainer: Erich Eckner, crux at eckner dot net

name=update-all
version=0.6.14
release=8
source=("https://git.eckner.net/Erich/${name}/snapshot/${name}-${version}.tar.xz")

build() {

    cd ${name}-${version}

    make
    make DESTDIR=$PKG install

}