blob: 78e90ec2576175b9c105e157a6bd180c05a20ddf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = straw
pkgdesc = CLI tool to easily go-to projects all over your desktop and open a new tmux session in it
pkgver = v2.1.alpha
pkgrel = 1
url = https://github.com/siddhantmadhur/straw
arch = x86_64
license = MIT
makedepends = git
makedepends = cargo
depends = tmux
provides = straw
source = straw::git+https://github.com/siddhantmadhur/straw.git
sha256sums = SKIP
pkgname = straw
|