Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions recipes/wl-clipboard-rs-tools/recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
context:
name: wl-clipboard-rs
version: "0.9.2"

package:
name: ${{ name|lower }}
version: ${{ version }}

source:
url: https://github.com/YaLTeR/wl-clipboard-rs/archive/refs/tags/v${{ version }}.tar.gz
sha256: bf85492a40008913eb6e76be9952c8ca959b20dd418e2086904b5fedceb4bac7

build:
number: 0
skip: not linux
script:
- cargo auditable install --locked --no-track --bins --root $PREFIX --path ./wl-clipboard-rs-tools
- cargo-bundle-licenses --format yaml --output ./THIRDPARTY.yml

requirements:
build:
- ${{ compiler('c') }}
- ${{ compiler('rust') }}
- ${{ stdlib('c') }}
- cargo-bundle-licenses
- cargo-auditable

tests:
- package_contents:
files:
- bin/wl-paste
- bin/wl-copy
- bin/wl-clip

about:
homepage: https://github.com/YaLTeR/wl-clipboard-rs
summary: Terminal utilities for accessing the Wayland clipboard.
license: MIT OR Apache-2.0
license_file:
- LICENSE-MIT
- LICENSE-APACHE
- THIRDPARTY.yml

extra:
recipe-maintainers:
- haecker-felix
- Hofer-Julian