blob: 26fcee689bcc0f75e56c6d5e6b1b4bab78670a4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = gforth-git
pkgdesc = Gforth is the Forth implementation of the GNU project.
pkgver = 20240821
pkgrel = 1
url = https://www.gnu.org/software/gforth
arch = i686
arch = x86_64
license = GPLv3
makedepends = make
makedepends = git
makedepends = gforth
makedepends = texinfo
makedepends = automake
makedepends = autoconf
provides = gforth
conflicts = gforth
source = git+https://git.savannah.gnu.org/git/gforth.git
md5sums = SKIP
pkgname = gforth-git
|