# Description: Emulates the detach feature of screen. # URL: https://github.com/crigler/dtach # Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu name=dtach version=0.9 release=2 source=(https://github.com/crigler/${name}/archive/v${version}.tar.gz) build() { cd ${name}-${version} ./configure make install -D -m 755 ${name} "${PKG}"/usr/bin/${name} install -D -m 644 ${name}.1 "${PKG}"/usr/share/man/man1/${name}.1 } # s-sh-mode