### this file is sourced not run
PKGVER=0.6.2.2018.05
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=reptyr-2018.05.tar.bz2
MD5SUM=ad11812052c44d2a2262a7afa4b78158
#SRC_URL=https://github.com/nelhage/reptyr/archive/$TARBALL
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ='' # 
SLACKDESC="reptyr: reptyr $PKGVER (Terminal utility)  
reptyr:  
reptyr: Reptyr is a tool to attach a new terminal to an existing, running 
reptyr: process. Started a long-running process over ssh, but have to leave 
reptyr: and don'\''t want to interrupt it? Just start a screen, use reptyr to 
reptyr: grab it, and then kill the ssh session and head on home.  
reptyr: 
reptyr: This package is newer than reptyr version 2014.10.
reptyr: 
reptyr: 
reptyr: https://github.com/nelhage/reptyr
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/reptyr* &&
	make $MAKEFLAGS && make install PREFIX=/usr &&
	pkg_build_slackdesc
}
