2018-03-28 20:59:30 +02:00
|
|
|
# Template file for 'annie'
|
|
|
|
pkgname=annie
|
2018-05-23 14:51:27 +02:00
|
|
|
version=0.7.2
|
2018-05-06 10:35:23 +02:00
|
|
|
revision=1
|
2018-03-28 20:59:30 +02:00
|
|
|
build_style=go
|
|
|
|
go_import_path="github.com/iawia002/annie"
|
|
|
|
depends="ffmpeg"
|
|
|
|
short_desc="Fast, simple and clean video downloader built with Go"
|
|
|
|
maintainer="cr6git <quark6@protonmail.com>"
|
|
|
|
license="MIT"
|
2018-04-18 13:47:18 +02:00
|
|
|
homepage="https://github.com/iawia002/annie"
|
2018-03-28 20:59:30 +02:00
|
|
|
distfiles="https://github.com/iawia002/annie/archive/${version}.tar.gz"
|
2018-05-23 14:51:27 +02:00
|
|
|
checksum=a13993132f37a8b42a6bd3d4c0f33eaf708bb409db612f35886d2cc7ee451216
|
2018-03-28 20:59:30 +02:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|