New package: makefile2graph-2021.11.06
This commit is contained in:
parent
00c4bfc142
commit
47b375ba37
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'makefile2graph'
|
||||
pkgname=makefile2graph
|
||||
version=2021.11.06
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_install_args="pkgdocdir=/usr/share/doc/makefile2graph"
|
||||
depends="make"
|
||||
short_desc="Creates a graph of dependencies from GNU-Make"
|
||||
maintainer="0x5c <dev@0x5c.io>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/lindenb/makefile2graph"
|
||||
distfiles="https://github.com/lindenb/makefile2graph/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=5be8e528fa2945412357a8ef233e68fa3729639307ec1c38fd63768aad642c41
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue