We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf65c71 commit 04b7ed5Copy full SHA for 04b7ed5
1 file changed
srcpkgs/cortile/template
@@ -0,0 +1,17 @@
1
+# Template file for 'cortile'
2
+pkgname=cortile
3
+version=2.5.2
4
+revision=1
5
+build_style=go
6
+go_import_path="github.com/leukipp/cortile/v2"
7
+short_desc="Linux auto tiling manager with hot corner support for EWMH compliant WMs"
8
+maintainer="zenobit <zenobit@disroot.org>"
9
+license="MIT"
10
+homepage="https://github.com/leukipp/cortile"
11
+changelog="https://github.com/leukipp/cortile/compare/v1.0.0-rc.1...v${version}"
12
+distfiles="https://github.com/leukipp/cortile/archive/refs/tags/v${version}.tar.gz"
13
+checksum=6d5ea7c542093c109cbf0b23866aa154f49b7637d2f02d7d0467c38a4f114b01
14
+
15
+post_install() {
16
+ vlicense LICENSE
17
+}
0 commit comments