From 8008cede66330428a1a2515e3afe5a442f34a8fd Mon Sep 17 00:00:00 2001 From: Jipok Date: Mon, 11 Sep 2023 18:04:47 +0500 Subject: [PATCH 1/2] 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..88378d0e7b3d9 --- /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="https://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 +} From bd3792d7b7f30cd0e6341030119832d9b4f8edae Mon Sep 17 00:00:00 2001 From: Jipok Date: Sun, 8 Oct 2023 22:15:44 +0500 Subject: [PATCH 2/2] f3d: update to 2.2.1. --- srcpkgs/f3d/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/f3d/template b/srcpkgs/f3d/template index 88378d0e7b3d9..4a8f69e4b7cd3 100644 --- a/srcpkgs/f3d/template +++ b/srcpkgs/f3d/template @@ -1,6 +1,6 @@ # Template file for 'f3d' pkgname=f3d -version=2.1.0 +version=2.2.1 revision=1 build_style=cmake makedepends="vtk-devel" @@ -11,7 +11,7 @@ license="BSD-3-Clause" homepage="https://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 +checksum=4d3a73b0107c8db7f0556107c74087d3748232a73981f65f7c5186ac1003ec8d post_install() { vlicense LICENSE.md