Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: libtinfo-6 #2365

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions srcpkgs/libtinfo/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Template file for 'libtinfo'
pkgname=libtinfo
version=6
revision=1
depends="ncurses-devel"
short_desc="symlink to ncurses for use in stack"
maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"
license="unknown"
homepage="http://www.gnu.org/software/ncurses/"

do_install() {
mkdir -p ${DESTDIR}/usr/lib
ln -sf libncursesw.so.${version} -T ${DESTDIR}/usr/lib/libtinfo.so.${version}
ln -sf libtinfo.so.${version} -T ${DESTDIR}/usr/lib/libtinfo.so
}
4 changes: 2 additions & 2 deletions srcpkgs/stack/template
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Template file for 'stack'
pkgname=stack
version=1.7.1
revision=1
revision=2
_stackage="lts-12.0"
hostmakedepends="cabal-install pkg-config unzip"
makedepends="zlib-devel pcre-devel"
depends="git iana-etc"
depends="git iana-etc libtinfo"
short_desc="Cross-platform program for developing Haskell projects"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="3-clause-BSD"
Expand Down