# Maintainer: Minhaj SixByte pkgname=autoexec pkgver=2021.01.08 pkgrel=3 epoch= pkgdesc="A development tool for automatic execution of scripts" arch=('any') url="https://github.com/terminalforlife/Extra/tree/master/source/autoexec" license=('GPLv3') groups=() depends=('bash' 'coreutils' 'ncurses') makedepends=() source=("https://github.com/terminalforlife/DEB-Packages/raw/master/autoexec/autoexec_2021-01-08_all.deb") noextract=() md5sums=('SKIP') package() { bsdtar -O -xf "autoexec_2021-01-08_all.deb" data.tar.xz | bsdtar -C "${pkgdir}" -xJf - }