blob: 74496a2a83af87f390469f249ee42eff98c84c2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = linuxtoys-bin
pkgdesc = A collection of tools for Linux in a user-friendly way.
pkgver = 3.0
pkgrel = 1
url = https://github.com/psygreg/linuxtoys
arch = x86_64
license = LGPL-2.1-or-later
depends = bash
depends = curl
depends = wget
depends = base-devel
depends = libnewt
depends = git
provides = linuxtoys=3.0
source = https://github.com/psygreg/linuxtoys/releases/download/3.0/linuxtoys-3.0.tar.xz
sha256sums = 61818e476b8787162b53d2a903f9ba142790e17eb29f0878b3550e789988c571
pkgname = linuxtoys-bin
|