Search Criteria
Package Details: cortile 2.5.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cortile.git (read-only, click to copy) |
|---|---|
| Package Base: | cortile |
| Description: | Auto tiling manager with hot corner support for EWMH compliant window managers using the X11 window system. |
| Upstream URL: | https://github.com/leukipp/cortile |
| Licenses: | MIT |
| Submitter: | yochananmarqos |
| Maintainer: | yochananmarqos |
| Last Packager: | yochananmarqos |
| Votes: | 2 |
| Popularity: | 0.000003 |
| First Submitted: | 2023-12-27 16:47 (UTC) |
| Last Updated: | 2025-08-02 17:48 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
yochananmarqos commented on 2024-06-18 19:23 (UTC)
@nearwood: Oops, it's fixed. the
install&cpcommands were out of order.FYI, the
install -Dcommand creates a directory with 0755 permissions, there's never a need formkdirin the package function.nearwood commented on 2024-06-18 18:41 (UTC)
For me, the PKGBUILD was missing a
mkdir:Adding a mkdir before the cp in package() fixed it: