From f25eae94475bac90b9d9679d4091dcbf1ecca878 Mon Sep 17 00:00:00 2001 From: Jipok Date: Mon, 11 Sep 2023 18:04:47 +0500 Subject: [PATCH] New package: f3d-2.1.0 --- srcpkgs/f3d/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/f3d/template diff --git a/srcpkgs/f3d/template b/srcpkgs/f3d/template new file mode 100644 index 0000000000000..b9d12404e2b99 --- /dev/null +++ b/srcpkgs/f3d/template @@ -0,0 +1,18 @@ +# Template file for 'f3d' +pkgname=f3d +version=2.1.0 +revision=1 +build_style=cmake +makedepends="vtk-devel" +depends="vtk" +short_desc="Fast and minimalist 3D viewer" +maintainer="Jipok " +license="BSD-3-Clause" +homepage="htpps://f3d.app" +changelog="https://f3d.app/doc/CHANGELOG.html" +distfiles="https://github.com/f3d-app/f3d/archive/refs/tags/v${version}.tar.gz" +checksum=3e5e6c2c16da4d7ccce8b6e316ab8007592a2bc0fc11a513f1ebac8c7f0f95d2 + +post_install() { + vlicense LICENSE.md +}