Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
archrelease: copy trunk to community-staging-any
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-community/svn@1439225 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
felixonmars committed Apr 6, 2023
1 parent 01012a0 commit 189147d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions rz-pipe/repos/community-staging-any/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>

pkgbase=rz-pipe
pkgname=(python-rzpipe)
pkgver=0.4.0
pkgrel=2
pkgdesc='Access rizin via pipe from any programming language'
url='https://github.com/rizinorg/rz-pipe'
arch=('any')
license=('MIT')
makedepends=('python' 'python-setuptools' 'rizin')
source=(${url}/archive/python-v${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha512sums=('831fdb764f97137764eee50ce4dcec01f06a9ee456e6066bc44bd78fd4178781ac3aa160c6290584b63403a7ea67c4d3ad850661a6466c196d2db2463e91734f')
b2sums=('7aa451a8d04216d86a7f5515c5146b34f689a8e0efcb0975792839f86eca315fc4bc1bfc8ea8736cbdcc3c040bbbcbc080183cbaf38ea0fb89056d3154317969')

build() {
cd rz-pipe-python-v${pkgver}/python
python setup.py build
}

package_python-rzpipe() {
depends=('python' 'rizin')
cd rz-pipe-python-v${pkgver}/python
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
}

# vim: ts=2 sw=2 et:

0 comments on commit 189147d

Please sign in to comment.