Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 23, 2024
1 parent 174341e commit bd6f10c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 10 deletions.
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ cmatrix
com.github.mirkobrombin.bottles-deb
conky-manager-zcot-git
coreutils-single
cortile
cortile-bin
couture
cutefish-calculator-git
Expand Down
20 changes: 10 additions & 10 deletions packages/cortile/cortile.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ sha256sums=("6d5ea7c542093c109cbf0b23866aa154f49b7637d2f02d7d0467c38a4f114b01")
makedepends=("golang")

build() {
cd "cortile-${pkgver}"
go build \
-trimpath \
-buildmode=pie \
-mod=readonly \
-modcacherw \
-ldflags="-X 'main.flags=disable-dbus-interface,disable-release-info'"
cd "cortile-${pkgver}"
go build \
-trimpath \
-buildmode=pie \
-mod=readonly \
-modcacherw \
-ldflags="-X 'main.flags=disable-dbus-interface,disable-release-info'"
}

package() {
cd "cortile-${pkgver}"
install -Dm755 "build/$pkgname" "${pkgdir}/usr/bin/${pkgname}"
}
cd "cortile-${pkgver}"
install -Dm755 "build/$pkgname" "${pkgdir}/usr/bin/${pkgname}"
}
15 changes: 15 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -1445,6 +1445,21 @@ pkgbase = cortile-bin

pkgname = cortile-bin
---
pkgbase = cortile
pkgver = 2.5.2
pkgdesc = Linux auto tiling manager with hot corner support
url = https://github.com/leukipp/cortile
arch = any
makedepends = golang
replaces = -bin
replaces = -git
maintainer = AJStrong <[email protected]>
repology = project: cortile
source = cortile-2.5.2::https://github.com/leukipp/cortile/archive/refs/tags/v2.5.2.tar.gz
sha256sums = 6d5ea7c542093c109cbf0b23866aa154f49b7637d2f02d7d0467c38a4f114b01

pkgname = cortile
---
pkgbase = couture
pkgver = 1.6
pkgdesc = Couture gives you exquisite control over your dynamics, and particularly attacks.
Expand Down

0 comments on commit bd6f10c

Please sign in to comment.