summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5c10a15c544d696197d40d1e597ffe2b902cef15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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()
{
  cd "${srcdir}/${pkgname}"
  install -Dm755 "notflix" "${pkgdir}/usr/bin/notflix"
  install -Dm644 "Notflix.desktop" "${pkgdir}/usr/share/applications/Notflix.desktop"
}