Update archlinux/*

This commit is contained in:
Jai A P 2021-07-22 17:31:00 +05:30 committed by GitHub
parent e511e1bf96
commit 86820cf1b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 10 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Jai-JAP <parjailu@gmail.com>
# Contributor: Sebastien Chevalier <ptitseb@box86.org>
# Author: Sebastien Chevalier <ptitseb@box86.org>
pkgname=box64-arm64-git
pkgver=r1116.9243ea4
pkgver=1116.9243ea4
pkgrel=1
pkgdesc="Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices."
arch=('aarch64')

View File

@ -1,7 +1,7 @@
# Maintainer: Jai-JAP <parjailu@gmail.com>
# Contributor: Sebastien Chevalier <ptitseb@box86.org>
# Author: Sebastien Chevalier <ptitseb@box86.org>
pkgname=box86-rk3399-git
pkgver=r1116.9243ea4
pkgver=1116.9243ea4
pkgrel=1
pkgdesc="Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices."
arch=('aarch64')

View File

@ -1,7 +1,7 @@
# Maintainer: Jai-JAP <parjailu@gmail.com>
# Contributor: Sebastien Chevalier <ptitseb@box86.org>
# Author: Sebastien Chevalier <ptitseb@box86.org>
pkgname=box64-rpi-git
pkgver=r1116.9243ea4
pkgver=1116.9243ea4
pkgrel=1
pkgdesc="Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices."
arch=('aarch64')

View File

@ -1,7 +1,7 @@
# Maintainer: Jai-JAP <parjailu@gmail.com>
# Contributor: Sebastien Chevalier <ptitseb@box86.org>
# Author: Sebastien Chevalier <ptitseb@box86.org>
pkgname=box64-tegra-git
pkgver=r1116.9243ea4
pkgver=1116.9243ea4
pkgrel=1
pkgdesc="Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices."
arch=('aarch64')

View File

@ -1,7 +1,7 @@
# Maintainer: Jai-JAP <parjailu@gmail.com>
# Contributor: Sebastien Chevalier <ptitseb@box86.org>
# Author: Sebastien Chevalier <ptitseb@box86.org>
pkgname=box64-x64-git
pkgver=r1116.9243ea4
pkgver=1116.9243ea4
pkgrel=1
pkgdesc="Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices."
arch=('aarch64')

View File

@ -19,3 +19,6 @@ This might give you some advantages like those:
- automatic updates (with some AUR frontends like [`pamac-aur`](https://aur.archlinux.org/packages/pamac-aur/) or [`yay`](https://aur.archlinux.org/packages/yay));
- easily uninstall with `pacman -R` when no needed (no need other scripts nor Makefile to do this);
- your `box64` installation is recognized as a package (where it wasn't when installing with `make install`).
### Note: You can use [makedeb](https://github.com/makedeb/makedeb) (or) [pkgbuild2spec](https://github.com/prozum/pkgbuild2spec) to compile box64 to .deb or .rpm installer files.