blob: cae55d66f43504a56f7d059ba69c91c0372b185d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Maintainer: monsoon
pkgname=yttrim
pkgver=1.0
pkgrel=1
pkgdesc="Trim portions from online videos with ease."
arch=('any')
url="https://codeberg.org/theooo/yttrim"
source=("https://codeberg.org/theooo/yttrim/raw/branch/main/yttrim")
depends=("yt-dlp" "ffmpeg" "fzf")
license=("custom")
sha512sums=("SKIP")
package() {
install -Dm755 yttrim "${pkgdir}/usr/bin/yttrim"
}
|