blob: 8701fc23667e96640a7dd7c345d606bc9ac209f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = arch-native
pkgdesc = Rebuild installed pacman packages from source with CPU-optimized compiler flags
pkgver = 1.0.0
pkgrel = 1
url = https://github.com/adelmonte/arch-native
install = arch-native.install
arch = any
license = GPL-3.0-or-later
depends = python
depends = devtools
depends = pacman
depends = gnupg
depends = rsync
depends = git
optdepends = nginx: to serve the local repo over HTTP
optdepends = artix-mirrorlist: for Artix Linux chroot support
backup = etc/arch-native.conf
source = arch-native-1.0.0.tar.gz::https://github.com/adelmonte/arch-native/archive/refs/tags/arch-native-v1.0.0.tar.gz
sha256sums = 185d958fcd88b31c17b64eacb547d00aa7ed4e9f27ab05a9f1d64f265298a876
pkgname = arch-native
|