diff options
author | raku-cat | 2021-03-05 23:39:51 -0600 |
---|---|---|
committer | raku-cat | 2021-03-05 23:39:51 -0600 |
commit | 14f0ce61dbae9b384718b1120abebc84c9327216 (patch) | |
tree | 6607b942f7dfa0f29308a0a7fe0b9aa031dcd387 /PKGBUILD | |
download | aur-14f0ce61dbae9b384718b1120abebc84c9327216.tar.gz |
Initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 000000000000..d9666ac8c65c --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,16 @@ +# Maintainer: Raku <raku at raku dot party> + +pkgname=pimpmystremio-bin +pkgver=1.2.2 +pkgrel=1 +pkgdesc='Local add-on manager for Stremio' +arch=('x86_64') +url='https://github.com/sungshon/PimpMyStremio' +license=('MIT') +optdepends=('stremio: Stremio client') +source=("https://github.com/sungshon/PimpMyStremio/releases/download/v${pkgver}/PimpMyStremio-linux.zip") +sha256sums=('cd2c93942995ab59e85af18ff3d49aef90d1ebdcc0c9205e3696071df3942c2b') + +package () { + install -D -m644 "PimpMyStremio/PimpMyStremio" "${pkgdir}/usr/bin/pimpmystremio" +} |