# Maintainer: noTmeDev pkgname='termtree' pkgver=2.2.7 pkgrel=1 pkgdesc="A file tree view" arch=('x86_64') url="https://github.com/bendikMichal/termtree" license=('MIT') depends=('glibc') makedepends=('git' 'mingw-w64-gcc' 'make') source=("git+https://github.com/bendikMichal/$pkgname") md5sums=('SKIP') # pkgver() { # cd "$pkgname" # git describe --long --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g' # } build() { cd "$pkgname" make } package() { cd "$pkgname" make install }