summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 740f963133f4e7c22269e581d5f0ce147102cd3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Andrei Dobrete <andy3153@protonmail.com>
# vim: set fenc=utf-8 ts=2 sw=0 sts=0 sr et si tw=0 fdm=marker fmr={{{,}}}:
pkgname=notflix-old
pkgver=1
pkgrel=1
pkgdesc="A shell script to search and stream torrents. Old version with dmenu and webtorrent"
arch=(any)
url="https://github.com/Andy3153/${pkgname}"
license=("GPL3")
depends=("bash" "coreutils" "curl" "dmenu" "gawk" "grep" "libnotify" "mpv" "sed" "webtorrent-cli")
makedepends=("git")
provides=("notflix")
conflicts=("notflix-git")
source=("git+https://github.com/Andy3153/${pkgname}.git")
sha256sums=("SKIP")

package()
{
  install -Dm755 "${srcdir}/${pkgname}/notflix" "/usr/bin/notflix"
}