mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
New package: straw-viewer-0.0.5
This commit is contained in:
parent
a5d45f7886
commit
0fdaf7223b
2 changed files with 28 additions and 0 deletions
1
srcpkgs/gtk-straw-viewer
Symbolic link
1
srcpkgs/gtk-straw-viewer
Symbolic link
|
@ -0,0 +1 @@
|
|||
straw-viewer
|
27
srcpkgs/straw-viewer/template
Normal file
27
srcpkgs/straw-viewer/template
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Template file for 'straw-viewer'
|
||||
pkgname=straw-viewer
|
||||
version=0.0.5
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=perl-ModuleBuild
|
||||
configure_args="--gtk"
|
||||
hostmakedepends="perl-Module-Build"
|
||||
makedepends="perl"
|
||||
depends="perl-Data-Dump perl-JSON perl-LWP-Protocol-https"
|
||||
short_desc="Search and stream from YouTube using the API of invidio.us"
|
||||
maintainer="Roberto Ricci <ricci@disroot.org>"
|
||||
license="Artistic-2.0"
|
||||
homepage="https://github.com/trizen/straw-viewer"
|
||||
changelog="https://github.com/trizen/straw-viewer/releases"
|
||||
distfiles="https://github.com/trizen/straw-viewer/archive/${version}.tar.gz"
|
||||
checksum=eab78a6bf5cdc12131823345080babdde5ec41d1a472df317b20a09ee58232f2
|
||||
|
||||
gtk-straw-viewer_package() {
|
||||
depends="${sourcepkg}-${version}_${revision} perl-Gtk3 perl-File-ShareDir"
|
||||
short_desc="Gtk interface to search and stream YouTube using the API of invidio.us"
|
||||
pkg_install() {
|
||||
vmove usr/bin/gtk-straw-viewer
|
||||
vmove "usr/share/perl5/vendor_perl/auto/share/dist/WWW-StrawViewer/gtk-*"
|
||||
vmove usr/share/perl5/vendor_perl/auto/share/dist/WWW-StrawViewer/icons
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue