Skip to content

Commit

Permalink
ncspot: add missing dependency, desktop file, icon
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Jan 17, 2023
1 parent af20478 commit 009bac3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion srcpkgs/ncspot/template
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Template file for 'ncspot'
pkgname=ncspot
version=0.11.2
revision=1
revision=2
build_style=cargo
configure_args="--features alsa_backend,cover"
hostmakedepends="pkg-config python3"
makedepends="openssl-devel dbus-devel pulseaudio-devel alsa-lib-devel"
depends="ueberzug"
short_desc="Cross-platform ncurses Spotify client"
maintainer="Omar Zeghouani <[email protected]>"
license="BSD-2-Clause"
Expand All @@ -15,4 +16,6 @@ checksum=0fd9696e13912b906605e9972bf3b2a8a68688cce17478353713550801c94fab

post_install() {
vlicense LICENSE
vinstall misc/ncspot.desktop 644 usr/share/applications
vinstall images/logo.svg 644 usr/share/icons/hicolor/scalable/apps ncspot.svg
}

0 comments on commit 009bac3

Please sign in to comment.