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

# source: james
TARBALL=git-lfs-linux-amd64-v$PKGVER.tar.gz
MD5SUM=b36a13f2d6be99ea0213aabf2554e0d9
SRC_URL=https://github.com/git-lfs/git-lfs/releases/download/v$PKGVER/$TARBALL
BUNDLE=

SLACKREQ='git' # not much use otherwise
SLACKDESC="git-lfs: git-lfs $PKGVER (Large file extension with Git)
git-lfs: 
git-lfs: Git LFS is a command line extension and specification for managing 
git-lfs: large files with Git, written in the Go language.
git-lfs: 
git-lfs: This package contains the re-packaged official binary.
git-lfs: 
git-lfs: Please run 'git lfs install' after installing this package.
git-lfs: 
git-lfs: https://git-lfs.com/
git-lfs: https://github.com/git-lfs/git-lfs
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/git-lfs* &&
	install -m755 git-lfs /usr/bin &&
	cp -r man/* /usr/share/man &&
	pkg_build_slackdesc
}


