void-packages/srcpkgs/makefile2graph/template

18 lines
550 B
Bash

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