New Package: youtube-dl-2013-03-29
This commit is contained in:
parent
ada1e3cf3c
commit
ccb486d849
|
@ -1,14 +1,13 @@
|
|||
# Template file for 'zsh'
|
||||
# Template file for 'mksh'
|
||||
pkgname=mksh
|
||||
version=R44
|
||||
revision=1
|
||||
build_style=makefile
|
||||
revision=2
|
||||
register_shell="/bin/mksh"
|
||||
short_desc="The Mir Korn SHell"
|
||||
maintainer="pancake <xtraeme@gmail.com>"
|
||||
homepage="https://www.mirbsd.org/mksh.htm"
|
||||
license="mksh"
|
||||
distfiles="http://pub.allbsd.org/MirOS/dist/mir/mksh/mksh-R44.tgz"
|
||||
license="BSD"
|
||||
distfiles="http://pub.allbsd.org/MirOS/dist/mir/mksh/$pkgname-$version.tgz"
|
||||
checksum=016f2196f75211308f5bf184ead97cf0718039717ad3f499994188bc941f8775
|
||||
wrksrc=mksh
|
||||
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'youtube-dl'
|
||||
pkgname=youtube-dl
|
||||
version=2013.03.29
|
||||
revision=1
|
||||
depends="python"
|
||||
short_desc="Tool to download youtube videos"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
license="Public Domain"
|
||||
noextract=yes
|
||||
noarch=yes
|
||||
homepage="http://rg3.github.com/youtube-dl/"
|
||||
distfiles="http://youtube-dl.org/downloads/$version/$pkgname"
|
||||
checksum=d99205257e5ae0e96da78e2cf46f8aba93ce739388f866fb3f976ffdd892f312
|
||||
|
||||
do_build() {
|
||||
: # do nothing
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vinstall ${XBPS_SRCDISTDIR}/youtube-dl 755 usr/bin
|
||||
}
|
Loading…
Reference in New Issue