16 lines
530 B
Bash
16 lines
530 B
Bash
# Template file for 'yt-play'
|
|
pkgname=yt-play
|
|
version=20140117
|
|
revision=1
|
|
_commit=390b9f37a52dee2f4fa9ec596a3e8e4be3fbe546
|
|
wrksrc="$pkgname-$_commit"
|
|
noarch=yes
|
|
build_style=gnu-makefile
|
|
hostmakedepends="git"
|
|
makedepends="youtube-dl curl"
|
|
short_desc="Useful scripts to play youtube videos from command line"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL"
|
|
homepage="https://github.com/trufae/yt-play"
|
|
distfiles="$homepage/archive/$_commit.tar.gz"
|
|
checksum=48ac94edb0d4ae15ffd60ba941ab83378927e77080423a54856b4466e6c23298
|