forked from void-linux/void-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Solves void-linux#25062.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Template file for 'Sunflower' | ||
pkgname=Sunflower | ||
_rev=63 | ||
version=0.5 | ||
revision=1 | ||
build_style=python3-module | ||
hostmakedepends="libnotify-devel vte3-devel python3-setuptools python3-chardet python3-gobject" | ||
depends="gtk+3 vte3 python3 $(vopt-if audio_metadata python3-mutagen)" | ||
short_desc="Small, customizable dual-panel file manager with support for plugins" | ||
maintainer="Mihail Ivanchev <[email protected]>" | ||
license="GPL-3.0-or-later" | ||
homepage="https://sunflower-fm.org" | ||
distfiles="https://github.com/MeanEYE/Sunflower/archive/refs/tags/${version}-${_rev}.tar.gz" | ||
checksum=cfffdd6c6b7628104200768ae6e594f8547073a82e016bb13efec6d73358ec30 | ||
|
||
build_options="audio_metadata" | ||
build_options_default="audio_metadata" | ||
desc_option_setup_audio_metadata="Support for audio tags in the advance rename plugin" |