summaryrefslogtreecommitdiff
path: root/manualPorts/shutdownasap/Pkgfile
blob: 73e361d8f9b1d9af5392af926a78e5a7afe2e063 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: simple script for shutdown waiting for certain processes and files to disapear
# URL: https://git.eckner.net/Erich/shutdownasap
# Maintainer: Erich Eckner, crux at eckner dot net

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

build() {

    cd ${name}-${version}

    make
    make DESTDIR=$PKG install

}