blob: 65d9b6bdfe844649df76534384ca65b13ed60458 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = text-editor
pkgdesc = Simple terminal based text editor
pkgver = 0.1
pkgrel = 1
url = https://github.com/Student-Team-Projects/Text-Editor
arch = x86_64
license = MIT
makedepends = git
makedepends = make
makedepends = gcc>=10
makedepends = cmake
depends = ncurses
depends = gpm
depends = glibc
source = git+https://github.com/Student-Team-Projects/Text-Editor
sha256sums = SKIP
pkgname = text-editor
|