Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions srcpkgs/cortile/template
Original file line number Diff line number Diff line change
@@ -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 <zenobit@disroot.org>"
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
}