Skip to content

Commit

Permalink
New package: wyrd-1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbaross93 committed May 24, 2022
1 parent d864730 commit bb723e8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions srcpkgs/wyrd/template
@@ -0,0 +1,25 @@
# Template file for 'wyrd'
pkgname=wyrd
version=1.5.3
revision=1
build_style=gnu-configure
hostmakedepends="ocaml camlp5 ocaml-curses texlive texlive-LuaTeX python3 opam"
makedepends="ncurses-devel"
depends="remind"
conf_files="/etc/wyrdrc"
short_desc="Ncurses front-end to Remind"
maintainer="Barbaross <cullenrss@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://gitlab.com/wyrd-calendar/wyrd"
distfiles="${homepage}/-/archive/${version}/wyrd-${version}.tar.gz"
checksum=1d7936dd10b795a17bbce06ae14079eb36120f26fd7bd27b522f8df5196790e7

pre_configure() {
./prep-devtree.sh
}

pre_build() {
opam init -y --compiler=ocaml-system --disable-sandboxing
eval $(opam env)
opam install -y hevea
}

0 comments on commit bb723e8

Please sign in to comment.