Skip to content

Commit

Permalink
add pmutils 0.0.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiayang committed Jun 11, 2023
1 parent 623106a commit 5f90739
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions packages/pmutils/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Maintainer: zhiayang <zhiayang@nowhere>

pkgname=pmutils
pkgver=0.0.1
pkgrel=1
pkgdesc="Repository management scripts for macos-pacman"
url="https://github.com/macos-pacman/pmutils"
license=('Apache')
arch=('any')
depends=('python' 'python-requests' 'python-click' 'python-pyzstd')
makedepends=('python-build' 'python-installer')
_commit='ffadd7efeffc2afd78e54bedd7617855923a2069'
source=("git+https://github.com/macos-pacman/pmutils.git#commit=${_commit}")
sha512sums=('SKIP')

build() {
cd pmutils
python -m build --wheel --no-isolation
}

package() {
cd pmutils
python -m installer --destdir="$pkgdir" dist/*.whl
}

0 comments on commit 5f90739

Please sign in to comment.