Package Details: b2m 0.23.0-1

Git Clone URL: https://aur.archlinux.org/b2m.git (read-only, click to copy)
Package Base: b2m
Description: Play bilibili or other videos with mpv
Upstream URL: https://github.com/snylonue/b2m
Licenses: MIT
Submitter: MrAru
Maintainer: MrAru
Last Packager: MrAru
Votes: 0
Popularity: 0.000000
First Submitted: 2021-03-28 02:46 (UTC)
Last Updated: 2021-03-28 02:46 (UTC)

Latest Comments

akumaexs commented on 2023-06-06 14:51 (UTC) (edited on 2023-06-06 14:51 (UTC) by akumaexs)

There is an error in package() function. It is helpful to remove the flag --locked

pkgname=b2m
pkgver=0.23.0
pkgrel=1
pkgdesc="Play bilibili or other videos with mpv"
url="https://github.com/snylonue/b2m"
license=('MIT')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
depends=('gcc-libs' 'openssl')
makedepends=('cargo')
source=("https://github.com/snylonue/b2m/archive/refs/tags/$pkgver.tar.gz")
sha256sums=('3c0016a8da8ed8dd18910953fe2f4a317b5c02c2bfdf0b069d8a9d89e50e0583')

build() {
  return 0
}

package() {
  cd "$pkgname-$pkgver"
  cargo install --no-track --all-features --root "$pkgdir/usr/" --path .
}