summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5297af6c53a28f909ce0e841003fa7fa47aebe88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Diablo (https://github.com/progzone122) (https://t.me/DiabloSat)
pkgname=fortfetch
pkgver=0.1.1
pkgrel=1
pkgdesc="Самый фортуно-потужний фаст блейзинговый раст фетч во всей вселенной"
arch=('x86_64')
url="https://github.com/progzone122/fortfetch"
options=(!lto)
license=('GPL-3.0-or-later')
depends=()
optdepends=(
  'sudo: privilege elevation'
  'doas: privilege elevation'
)
makedepends=()
source=("https://github.com/progzone122/fortfetch/releases/download/$pkgver/fortfetch")
sha256sums=('SKIP')
build() {
  :
}
package() {
  install -Dm755 "$srcdir/fortfetch" "$pkgdir/usr/bin/fortfetch"
}