diff --git a/srcpkgs/lowfi/template b/srcpkgs/lowfi/template new file mode 100644 index 00000000000000..0845c5d977e8fc --- /dev/null +++ b/srcpkgs/lowfi/template @@ -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 " +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 +}