New package: Terminal-0.9.9
This commit is contained in:
parent
538ca4e9f3
commit
fd9c275d94
2 changed files with 25 additions and 0 deletions
srcpkgs/Terminal
9
srcpkgs/Terminal/patches/x86_64-musl-termios_h.patch
Normal file
9
srcpkgs/Terminal/patches/x86_64-musl-termios_h.patch
Normal file
|
@ -0,0 +1,9 @@
|
|||
Building on x86_64-musl fails with:
|
||||
|
||||
TerminalView.m:49:12: fatal error: termio.h: No such file or directory
|
||||
|
||||
--- TerminalView.m 2017-08-02 13:17:43.000000000 -0400
|
||||
+++ TerminalView.m 2020-12-17 01:38:16.124286870 -0500
|
||||
@@ -49 +49 @@ activated */
|
||||
-# include <termio.h>
|
||||
+# include <termios.h>
|
16
srcpkgs/Terminal/template
Normal file
16
srcpkgs/Terminal/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'Terminal'
|
||||
pkgname=Terminal
|
||||
version=0.9.9
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
hostmakedepends="gnustep-make gcc-objc"
|
||||
makedepends="gnustep-base-devel gnustep-gui-devel"
|
||||
depends="gnustep-base gnustep-gui gnustep-back"
|
||||
short_desc="Terminal emulator for GNUstep"
|
||||
maintainer="Phosu Parsons <founderofjp@gmail.com>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://gap.nongnu.org/terminal/"
|
||||
distfiles="${NONGNU_SITE}/gap/${pkgname}-${version}.tar.gz"
|
||||
checksum=27f81bbecdbd10cde8c080012cde4973bec20e551c58c29f353733cf03c220e9
|
||||
nocross="objc doesn't get cross build at present within gcc (see gnustep-base)"
|
Loading…
Reference in a new issue