# Description: Tool to Detect Surrounding Shell
# URL: https://github.com/sarugaku/shellingham
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-setuptools

name=python3-shellingham
version=1.5.4
release=1
source=(https://github.com/sarugaku/shellingham/archive/$version/$name-$version.tar.gz)

build() {
  cd shellingham-$version
  /usr/bin/python3 setup.py build
  /usr/bin/python3 setup.py install --prefix=/usr \
    --root=$PKG \
    -O1 \
    --skip-build
}