diff options
| author | William Hergès <william@herges.fr> | 2026-02-14 14:55:19 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2026-02-14 14:55:19 +0100 |
| commit | a785d70f458adb198709e1cfe29dd3199562a40e (patch) | |
| tree | 3d436521897da0700a0c36c45906f7f2a5e53b3c /packages/pulsemeeter/template | |
| parent | 57862e02920c914da1a32d3a6497f903cef1157c (diff) | |
feat(package): pulsemeeter
Diffstat (limited to 'packages/pulsemeeter/template')
| -rw-r--r-- | packages/pulsemeeter/template | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/pulsemeeter/template b/packages/pulsemeeter/template new file mode 100644 index 0000000..14a2c5d --- /dev/null +++ b/packages/pulsemeeter/template @@ -0,0 +1,14 @@ +# Template file for 'pulsemeeter' +pkgname=pulsemeeter +version=2.0.0 +revision=2 +build_style=python3-pep517 +hostmakedepends="git python3-build python3-wheel python3-Babel" +makedepends="" +depends="python3 gobject-introspection python3-gobject python3-pulsectl python3-pulsectl-asyncio python3-pydantic" +short_desc="A frontend to ease the use of pulseaudio's routing capabilities, much like voicemeeter's workflow." +maintainer="Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>" +license="MIT" +homepage="https://github.com/theRealCarneiro/pulsemeeter" +distfiles="https://github.com/theRealCarneiro/pulsemeeter/archive/refs/tags/v${version}.tar.gz" +checksum=a1e807d158ec39474b2ffaf1c6fe061c1bbefe0c20d0e4fc479377ceddf341aa |
