mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Initial bfree package
This commit is contained in:
commit
a0ec26c816
2 changed files with 24 additions and 0 deletions
13
.SRCINFO
Normal file
13
.SRCINFO
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
pkgbase = bfree
|
||||
pkgdesc = A better free, human by default
|
||||
pkgver = 0.1.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/glexposito/bfree
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = cargo
|
||||
depends = glibc
|
||||
source = https://github.com/glexposito/bfree/archive/refs/tags/v0.1.0.tar.gz
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = bfree
|
||||
11
PKGBUILD
Normal file
11
PKGBUILD
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
pkgname=bfree
|
||||
pkgver=0.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="A better free, human by default"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/glexposito/bfree"
|
||||
license=('MIT')
|
||||
depends=('glibc')
|
||||
makedepends=('cargo')
|
||||
source=("https://github.com/glexposito/bfree/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
sha256sums=('SKIP')
|
||||
Loading…
Add table
Reference in a new issue