Add filtile-bin

This commit is contained in:
Marty Oehme 2025-02-23 23:54:34 +01:00
parent a4025ae616
commit c1bb7d156b
Signed by: Marty
GPG key ID: 4E535BC19C61886E

19
filtile-bin/template Normal file
View file

@ -0,0 +1,19 @@
pkgname=filtile-bin
version=1.2.1
revision=1
archs="x86_64"
depends=""
short_desc="A layout manager for the River window manager."
maintainer="Marty Oehme <contact@martyoeh.me>"
license="GPL-3.0"
homepage="https://github.com/pkulak/filtile"
distfiles="https://github.com/pkulak/filtile/releases/download/v${version}/filtile-x86_64-unknown-linux-gnu.tar.gz"
checksum=aa0b3e0dbb2126f44f153f2f6d1fd37f6961bf7153895aff50e3cc6bce191466
do_install() {
vbindir=/usr/bin
mkdir -p "${DESTDIR}${vbindir}"
install -D -m755 filtile "${DESTDIR}${vbindir}/filtile"
}