summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e297e145f6f247b42eb8d7f66a1cf48161cc3b61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: Russell Beswick (besworks)
pkgname=vid2webp-git
pkgver=1.0.1
pkgrel=1
pkgdesc="Clip videos into animated webp format"
arch=('any')
url="https://github.com/besworks/vid2webp"
license=('MIT')
depends=('ffmpeg' 'bc')
source=("git+https://github.com/besworks/vid2webp.git")
sha256sums=('SKIP')

package() {
    install -Dm755 "$srcdir/vid2webp/vid2webp" "$pkgdir/usr/bin/vid2webp"
}