summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3d664fe2d4f99e0ed51b57c5185eb3732d20d2cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Luis-L <luis@blanken.nrw>

_pkgname=youtube-dl-front
pkgname=$_pkgname-git
pkgver=1.0
pkgrel=1
pkgdesc="Youtube-dl-front is a frontend for youtube-dl. With the easy interface you can download and view videos in seconds."
arch=('any')
url="https://https://github.com/Luis-L-B/youtube-dl-front"
license=('MIT')
#depends=('nodejs')
depends=('youtube-dl')
makedepends=('git' 'nodejs' 'npm')
provides=($_pkgname)
conflicts=($_pkgname)
source=(git+https://github.com/Luis-L-B/youtube-dl-front.git
        )
md5sums=('SKIP')

package() {
  cd $srcdir/youtube-dl-front/server
  npm install 
  }