From 61f1c258105bc87c1acfaba0352f44fc683ccca0 Mon Sep 17 00:00:00 2001 From: 0x5c Date: Mon, 27 Mar 2023 02:48:18 -0400 Subject: [PATCH] New package: makefile2graph-2021.11.06 --- srcpkgs/makefile2graph/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/makefile2graph/template diff --git a/srcpkgs/makefile2graph/template b/srcpkgs/makefile2graph/template new file mode 100644 index 000000000000..b5ec31a6441b --- /dev/null +++ b/srcpkgs/makefile2graph/template @@ -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 " +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 +}