mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
Add .SRCINFO
This commit is contained in:
parent
7625366111
commit
8f7b188347
1 changed files with 19 additions and 0 deletions
19
.SRCINFO
Normal file
19
.SRCINFO
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
pkgbase = stryde
|
||||||
|
pkgdesc = Application launcher for Linux written in Rust
|
||||||
|
pkgver = 0.2.0
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://github.com/dest-lab/stryde
|
||||||
|
arch = x86_64
|
||||||
|
license = MIT
|
||||||
|
makedepends = rust
|
||||||
|
makedepends = cargo
|
||||||
|
depends = libgl
|
||||||
|
depends = libx11
|
||||||
|
depends = libxrandr
|
||||||
|
depends = libxcb
|
||||||
|
provides = stryde
|
||||||
|
options = !lto
|
||||||
|
source = https://github.com/dest-lab/stryde/releases/download/v0.2.0/stryde_0.2.0_x86_64.tar.gz
|
||||||
|
sha512sums = a76c7462e67f814c033362930f9bc3b3028f60e3234e6b7b1b2390eca9751902cd6cd54b4cd75467e01f9dc5d9372c51ca85361323736fa0e155f9fb650f9724
|
||||||
|
|
||||||
|
pkgname = stryde
|
||||||
Loading…
Add table
Reference in a new issue