summaryrefslogtreecommitdiff
path: root/manualPorts/shutdownasap/Pkgfile
blob: 27740de72a11a52e093289211e899dbb88bdf896 (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=1.0.1
release=1
source=("https://git.eckner.net/Erich/${name}/snapshot/${name}-${version}.tar.xz")

build() {

    cd ${name}-${version}

    make
    make DESTDIR=$PKG install

}