New package: makefile2graph-2021.11.06

This commit is contained in:
0x5c 2023-03-27 02:48:18 -04:00 committed by classabbyamp
parent 00c4bfc142
commit 47b375ba37
1 changed files with 17 additions and 0 deletions

View File

@ -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
}