summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f62604b554aa63f6d12118a74f16a582d77083f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Charles Crete <charles@cretezy.com>
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=i3-back-bin
pkgver=0.3.2
pkgrel=1
pkgdesc="An i3/Sway utility to switch focus to your last focused window. Allows for behavior similar to Alt+Tab on other desktop environments."
url="https://github.com/Cretezy/i3-back"
license=("MIT")
arch=("x86_64")
provides=("i3-back")
conflicts=("i3-back")
source=("https://github.com/Cretezy/i3-back/releases/download/v$pkgver/i3-back-$pkgver-x86_64.tar.gz")
sha256sums=("f5860bae22c2c4921b7fea50bbfeabd731120275ddd2c77c8af7e4fea5f6bdcb")

package() {
    install -Dm755 i3-back -t "$pkgdir/usr/bin"
    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}