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

# source: james
# release tarball
#PKGVER=
#TARBALL=
#MD5SUM=
#SRC_URL=
#BUNDLE=

# git-master tarball
PKGVER=0.9.1 # this is actually the release
MD5SUM=9a9877bf231da607ea52d5df114da574
hash=78c306538065de9b14f48cfc2024f50f843d3b29
hash7=${hash#???????}; hash7=${hash%$hash7}
TARBALL=archivemount-$PKGVER-$hash7.tar.gz
SRC_URL=https://github.com/cybernoid/archivemount/archive/$hash.tar.gz

SLACKREQ='libfuse libarchive'
SLACKDESC="archivemount: archivemount $PKGVER (Access archive as filesystem)
archivemount: 
archivemount: Archivemount is a small utility to view archive files (tar.gz, zip, 
archivemount: etc) as if it a filesystem, using FUSE, similar to avfs, but
archivemount: using libarchive library.
archivemount:
archivemount: https://www.cybernoia.de/software/archivemount.html
archivemount: https://github.com/cybernoid/archivemount
archivemount: 
archivemount: 
archivemount: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package

### build
pkg_build() {
	cd /tmp/archive* &&
	autoreconf -fi &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


