diff --git a/matugen-bin/template b/matugen-bin/template new file mode 100644 index 0000000..ef911e8 --- /dev/null +++ b/matugen-bin/template @@ -0,0 +1,20 @@ +pkgname=matugen-bin +version=3.1.0 +revision=1 +maintainer="Ly-sec " +short_desc="A material you color generation tool with templates" +homepage="https://github.com/InioX/matugen" +license="GPL-2.0-or-later" +arch="x86_64" + +distfiles="https://github.com/InioX/matugen/releases/download/v${version}/matugen-${version}-x86_64.tar.gz" +checksum=dd124cc9907e31cd171fb156fbe05c00552476ad2f46f2d1b2af53bc07e181fd + +build() { + return 0 +} + +do_install() { + install -Dm755 matugen "${DESTDIR}/usr/bin/matugen" + install -Dm644 LICENSE "${DESTDIR}/usr/share/licenses/${pkgname}/LICENSE" +}