Skip to content

Instantly share code, notes, and snippets.

@thebopshoobop
Created January 14, 2017 04:40
Show Gist options
  • Save thebopshoobop/833aaf922e3d6187bbb123168a59d128 to your computer and use it in GitHub Desktop.
Save thebopshoobop/833aaf922e3d6187bbb123168a59d128 to your computer and use it in GitHub Desktop.
tmuxp 1.2.4
# Maintainer: Artem Bezsmertnyi <artem.bezsmertny@gmail.com>
_author=tony
pkgname=tmuxp
pkgver=1.2.4
pkgrel=1
gitpkgver=v${pkgver}
pkgdesc="Manage tmux workspaces from JSON and YAML, pythonic API, shell completion."
arch=(any)
url="https://github.com/tony/tmuxp"
license=('BSD')
depends=(
'python'
'python-argcomplete'
'python-click'
'python-libtmux>=0.6.1'
'python-kaptan'
'python-colorama'
)
options=(!emptydirs)
source=("https://github.com/tony/tmuxp/archive/${gitpkgver}.tar.gz")
md5sums=('6b585ede71ce900b0d820aaa9d554fa6')
package() {
cd "$srcdir/$pkgname-$pkgver"
python setup.py install --root="$pkgdir/" --optimize=1
install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
# vim:set ts=2 sw=2 et:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment