New Package: youtube-dl-2013-03-29
This commit is contained in:
parent
ada1e3cf3c
commit
ccb486d849
2 changed files with 25 additions and 5 deletions
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'zsh'
|
# Template file for 'mksh'
|
||||||
pkgname=mksh
|
pkgname=mksh
|
||||||
version=R44
|
version=R44
|
||||||
revision=1
|
revision=2
|
||||||
build_style=makefile
|
|
||||||
register_shell="/bin/mksh"
|
register_shell="/bin/mksh"
|
||||||
short_desc="The Mir Korn SHell"
|
short_desc="The Mir Korn SHell"
|
||||||
maintainer="pancake <xtraeme@gmail.com>"
|
maintainer="pancake <xtraeme@gmail.com>"
|
||||||
homepage="https://www.mirbsd.org/mksh.htm"
|
homepage="https://www.mirbsd.org/mksh.htm"
|
||||||
license="mksh"
|
license="BSD"
|
||||||
distfiles="http://pub.allbsd.org/MirOS/dist/mir/mksh/mksh-R44.tgz"
|
distfiles="http://pub.allbsd.org/MirOS/dist/mir/mksh/$pkgname-$version.tgz"
|
||||||
checksum=016f2196f75211308f5bf184ead97cf0718039717ad3f499994188bc941f8775
|
checksum=016f2196f75211308f5bf184ead97cf0718039717ad3f499994188bc941f8775
|
||||||
wrksrc=mksh
|
wrksrc=mksh
|
||||||
|
|
||||||
|
|
21
srcpkgs/youtube-dl/template
Normal file
21
srcpkgs/youtube-dl/template
Normal file
|
@ -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…
Add table
Reference in a new issue