Skip to content

Commit

Permalink
debian package by action
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna-f1sh committed Oct 29, 2023
1 parent eb40b43 commit 08fc981
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "List system USB buses and devices; a modern cross-platform `lsusb
repository = "https://github.com/tuna-f1sh/cyme"
readme = "README.md"
license = "GPL-3.0-or-later"
version = "1.5.1"
version = "1.5.2"
edition = "2021"
keywords = ["usb", "lsusb", "system_profiler", "macos", "libusb"]
categories = ["command-line-utilities"]
Expand Down Expand Up @@ -81,5 +81,4 @@ pre-build = ["dpkg --add-architecture i386 && apt-get update && apt-get install
pre-build = ["apt-get update && apt-get install --assume-yes libusb-1.0-0-dev libudev-dev"]

[package.metadata.deb]
description = "List system USB buses and devices; a modern cross-platform `lsusb`"
section = "utility"
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ brew install tuna-f1sh/taps/cyme
```

* [Arch AUR 'cyme-bin'](https://aur.archlinux.org/packages/cyme-bin)
* [Debian packages as part of release](https://github.com/tuna-f1sh/cyme/releases) - need a Debian maintainer for this.

More package managers to come, please feel free to create a PR if you want to help out here.
More package managers to come/package distribution, please feel free to create a PR if you want to help out here.

## Linux udev

Expand Down

0 comments on commit 08fc981

Please sign in to comment.