Skip to content
Open
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
18 changes: 18 additions & 0 deletions srcpkgs/lowfi/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Template file for 'lowfi'
pkgname=lowfi
version=2.0.6
revision=1
build_style=cargo
configure_args="--no-default-features --features extra-audio-formats,mpris"
hostmakedepends="pkg-config"
makedepends="alsa-lib-devel openssl-devel"
short_desc="Extremely simple lofi player"
maintainer="Emil Miler <em@0x45.cz>"
license="MIT"
homepage="https://github.com/talwat/lowfi"
distfiles="https://github.com/talwat/lowfi/archive/refs/tags/${version}.tar.gz"
checksum=bb5805606960d6144fbf46b61791fec0d930fb1972f5076f13c20a16ebd02e75

post_install() {
vlicense LICENSE
}