mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 19:58:03 +01:00
Update Arch Linux package
This commit is contained in:
@@ -1,22 +1,19 @@
|
|||||||
# Maintainer: Marcin Kulik <m@ku1ik.com>
|
# Maintainer: Marcin Kulik <m@ku1ik.com>
|
||||||
pkgname=asciinema
|
pkgname=asciinema
|
||||||
pkgver=0.9.5
|
pkgver=0.9.6
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Command line client for asciinema.org service"
|
pkgdesc="Command line client for asciinema.org service"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://github.com/sickill/asciinema"
|
url="https://github.com/sickill/asciinema"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('python2')
|
depends=('python-requests>=2.0.0')
|
||||||
source=(https://github.com/sickill/${pkgname}/archive/v${pkgver}.tar.gz)
|
makedepends=('python-distribute')
|
||||||
sha1sums=('902893a524eaab7794eb04b5092b4b78c3c4c622')
|
source=(https://pypi.python.org/packages/source/a/asciinema/asciinema-${pkgver}.tar.gz)
|
||||||
|
md5sums=('1ec3cfda51dcbe09bb3096666e527d5d')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
python setup.py install --root="${pkgdir}" --optimize=1
|
||||||
make PREFIX="${pkgdir}/usr" install >/dev/null
|
|
||||||
|
|
||||||
install -d ${pkgdir}/usr/share/licenses/${pkgname}
|
|
||||||
ln -s /usr/share/doc/${pkgname}/LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim:set ts=2 sw=2 et:
|
# vim:set ts=2 sw=2 et:
|
||||||
|
|||||||
Reference in New Issue
Block a user