deheader: update to 1.3.
This commit is contained in:
parent
12ef1f19b2
commit
204630a351
1 changed files with 4 additions and 5 deletions
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'deheader'
|
||||
pkgname=deheader
|
||||
version=1.2
|
||||
version=1.3
|
||||
revision=1
|
||||
noarch="yes"
|
||||
hostmakedepends="python"
|
||||
makedepends="python"
|
||||
depends="python"
|
||||
short_desc="C and C++ header analyzer"
|
||||
homepage="http://www.catb.org/~esr/deheader/"
|
||||
license="BSD"
|
||||
license="2-clause-BSD"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
distfiles="http://www.catb.org/~esr/deheader/$pkgname-$version.tar.gz"
|
||||
checksum=c4e4a4af6f0707a2f8b10b10f3776674c589a569c3451dea978f2d0b76c71d12
|
||||
checksum=652c07bf1c7d5da7cf71c9889de11609c8cb2bd0c13122ad424f2c25da9e2e3b
|
||||
|
||||
do_install() {
|
||||
vbin deheader
|
||||
vman deheader.1
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue