Merge pull request #6298 from cr6-git/dfc

dfc: update to 3.1.0 + add BSD license.
This commit is contained in:
Toyam Cox 2017-05-02 20:23:13 -04:00 committed by GitHub
commit 6f38460ed4

View File

@ -1,6 +1,6 @@
# Template file for 'dfc'
pkgname=dfc
version=3.0.5
version=3.1.0
revision=1
build_style=cmake
configure_args="-DXDG_CONFIG_DIR=/etc/xdg"
@ -8,6 +8,10 @@ short_desc="Display file system space usage using graphs and colors"
maintainer='Juan RP <xtraeme@voidlinux.eu>'
license="BSD"
homepage="http://projects.gw-computing.net/projects/dfc"
distfiles="http://projects.gw-computing.net/attachments/download/467/dfc-${version}.tar.gz"
checksum=3c947a1d6bc53347b1643921dcbf4c6f8fe7eb6167fc1f4e9436366f036d857a
distfiles="http://projects.gw-computing.net/attachments/download/614/${pkgname}-${version}.tar.gz"
checksum=8ad98ba1a9685a1bf33a2d3b8f2737dedef6019543d19d1b5ebd1783be740feb
conf_files="/etc/xdg/dfc/dfcrc"
post_install() {
vlicense LICENSE
}