Skip to content

Instantly share code, notes, and snippets.

@Gabrielgtx
Gabrielgtx / PKGBUILD stremio
Created July 6, 2016 11:35
Watch instantly All The Video Content You Enjoy in One Place / https://strem.io
pkgname=stremio
pkgver=3.5.7
pkgrel=1
pkgdesc="Watch instantly All The Video Content You Enjoy in One Place"
arch=('x86_64')
url="https://strem.io"
depends=('gconf' 'ffmpeg')
license=('custom')
install=stremio.install
source=("https://strem.io/Stremio${pkgver}.linux.tar.gz"
@Gabrielgtx
Gabrielgtx / PKGBUILD fuseiso
Created July 6, 2016 11:40
FUSE module to mount ISO filesystem images / http://sourceforge.net/projects/fuseiso/
pkgname=fuseiso
pkgver=07.07.08
pkgrel=1
pkgdesc="FUSE module to mount ISO filesystem images"
arch=('x86_64')
url="http://sourceforge.net/projects/fuseiso/"
license=('GPL')
depends=('fuse' 'glib2' 'zlib')
makedepends=('pkg-config')
source=("http://ubiz.ru/dm/${pkgname}-20${pkgver//./}.tar.bz2"
@Gabrielgtx
Gabrielgtx / PKGBUILD MEGAsync
Last active July 6, 2016 11:55
Sync your files to your Mega account. Official app. / http://mega.nz / https://github.com/meganz
pkgname=megasync
pkgver=2.9.5
pkgrel=1
pkgdesc="Sync your files to your Mega account. Official app."
url='http://mega.nz'
arch=('x86_64')
license=('custom:MEGA')
depends=('qt5-base' 'c-ares' 'curl' 'crypto++' 'hicolor-icon-theme' 'libuv')
makedepends=('git' 'qt5-tools')
source=("${pkgname}-${pkgver}::git+https://github.com/meganz/MEGAsync.git#tag=v${pkgver//./_}_0_Linux")
pkgname=urserver
pkgver=3.4.0.740
pkgrel=1
pkgdesc='Unified Remote Server for Linux. Easily the best way of controlling your PC from your smartphone.'
arch=('x86_64')
url="https://www.unifiedremote.com"
license=('Unified Intents AB')
install=$pkgname.install
depends=("libx11" "libxext" "libstdc++5")
optdepends=('bluez' 'bluez-libs: To Enable the Bluetooth Protocol')