mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
Bump to main
This commit is contained in:
commit
cfe38bf4dd
2 changed files with 40 additions and 0 deletions
12
.SRCINFO
Normal file
12
.SRCINFO
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
pkgbase = anicli-esp
|
||||
pkgdesc = Ver anime subtitulado en Español desde el terminal
|
||||
pkgver = main
|
||||
pkgrel = 1
|
||||
url = https://github.com/Asempere123123/anicli-esp
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = cargo
|
||||
source = anicli-esp-main.tar.gz::https://github.com/Asempere123123/anicli-esp/archive/main.tar.gz
|
||||
sha256sums = ec49ff6dbc2cacb033c6899c6f6ff2a3fbb0ab553429a8b7796daa078ec9bdd2
|
||||
|
||||
pkgname = anicli-esp
|
||||
28
PKGBUILD
Normal file
28
PKGBUILD
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Maintainer: Asempere <asempere158@gmail.com>
|
||||
|
||||
pkgname=anicli-esp
|
||||
pkgver=main
|
||||
pkgrel=1
|
||||
pkgdesc="Ver anime subtitulado en Español desde el terminal"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/Asempere123123/anicli-esp"
|
||||
license=('MIT')
|
||||
depends=()
|
||||
makedepends=('cargo')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/Asempere123123/$pkgname/archive/$pkgver.tar.gz")
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
cargo build --release
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
install -Dm755 "target/release/anicli-esp" "$pkgdir/usr/bin/anicli-esp"
|
||||
|
||||
install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
|
||||
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
|
||||
}
|
||||
sha256sums=('ec49ff6dbc2cacb033c6899c6f6ff2a3fbb0ab553429a8b7796daa078ec9bdd2')
|
||||
Loading…
Add table
Reference in a new issue