### this file is sourced not run
PKGVER=0.3.0.git
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=mokutil-20180717.tar.bz2
MD5SUM=6cdae0e4b64306b39e91a58f73b5c7d7
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ='openssl libefivar' # 
SLACKDESC="mokutil: mokutil $PKGVER (Manage shim Secure Boot MOKs)
mokutil: 
mokutil: mokutil is a console utility to manage the MOKs (Machine Owner Keys) 
mokutil: registered by mjg59 shim (shim-efi64 package) used for booting under 
mokutil: UEFI Secure Boot. You can list, register or remove MOK keys from the 
mokutil: running OS.
mokutil: 
mokutil: https://github.com/lcp/mokutil
mokutil: 
mokutil: 
mokutil: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/mokutil*
	autoreconf -fi &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
