mirror of
https://github.com/archlinux/aur.git
synced 2026-02-16 14:15:44 +01:00
upgpkg: aarty 0.7.1-2
upgpkg: aarty 0.7.1-2 aarty: fix package function
This commit is contained in:
parent
cdfe8c633b
commit
9273468a71
2 changed files with 7 additions and 5 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = aarty
|
||||
pkgdesc = Simple CLI tool to convert the images to ASCII art
|
||||
pkgver = 0.7.1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/0x61nas/aarty
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
|
|
@ -10,6 +10,7 @@ pkgbase = aarty
|
|||
license = MIT
|
||||
makedepends = cargo
|
||||
provides = aarty
|
||||
conflicts = aarty-git
|
||||
source = aarty-0.7.1.tar.gz::https://static.crates.io/crates/aarty/aarty-0.7.1.crate
|
||||
source = LICENSE::https://raw.githubusercontent.com/0x61nas/aarty/refs/tags/v0.7.1/LICENSE.txt
|
||||
source = aarty-0.7.1.tar.gz.asc
|
||||
|
|
|
|||
9
PKGBUILD
9
PKGBUILD
|
|
@ -1,13 +1,14 @@
|
|||
# Maintainer: Anas Elgarhy <anas.elgarhy.dev@gmail.com>
|
||||
pkgname=aarty
|
||||
pkgver=0.7.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Simple CLI tool to convert the images to ASCII art'
|
||||
arch=('x86_64' 'aarch64' 'armv7h' 'riscv64')
|
||||
url="https://github.com/0x61nas/aarty"
|
||||
license=('MIT')
|
||||
makedepends=('cargo')
|
||||
provides=('aarty')
|
||||
conflicts=('aarty-git')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate"
|
||||
"LICENSE::https://raw.githubusercontent.com/0x61nas/aarty/refs/tags/v$pkgver/LICENSE.txt"
|
||||
"$pkgname-$pkgver.tar.gz.asc"
|
||||
|
|
@ -32,8 +33,8 @@ build() {
|
|||
|
||||
package() {
|
||||
cd "$pkgname-$pkgver"
|
||||
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
|
||||
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/LICENSE" ../LICENSE
|
||||
# install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname/README.md" README.md
|
||||
install -Dm0755 "target/release/$pkgname" "$pkgdir/usr/bin/aarty"
|
||||
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" ../LICENSE
|
||||
# install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue