dfc: update to 3.1.0 + add BSD license.
This commit is contained in:
parent
a53c2e429d
commit
ee205e128a
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue