From 343a7f8b5ce10f0b2c2d11f96d805d1cd67c3379 Mon Sep 17 00:00:00 2001 From: zenobit Date: Thu, 13 Nov 2025 10:11:55 +0100 Subject: [PATCH] New package: cortile-2.5.2 --- srcpkgs/cortile/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/cortile/template diff --git a/srcpkgs/cortile/template b/srcpkgs/cortile/template new file mode 100644 index 00000000000000..3f8cd665ca6ceb --- /dev/null +++ b/srcpkgs/cortile/template @@ -0,0 +1,17 @@ +# Template file for 'cortile' +pkgname=cortile +version=2.5.2 +revision=1 +build_style=go +go_import_path="github.com/leukipp/cortile/v2" +short_desc="Linux auto tiling manager with hot corner support for EWMH compliant WMs" +maintainer="zenobit " +license="MIT" +homepage="https://github.com/leukipp/cortile" +changelog="https://github.com/leukipp/cortile/compare/v1.0.0-rc.1...v${version}" +distfiles="https://github.com/leukipp/cortile/archive/refs/tags/v${version}.tar.gz" +checksum=6d5ea7c542093c109cbf0b23866aa154f49b7637d2f02d7d0467c38a4f114b01 + +post_install() { + vlicense LICENSE +}