Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: Package Request : Remacs
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9258@inbox.vuxu.org>
@ 2020-11-11 11:54 ` FollieHiyuki
  0 siblings, 0 replies; only message in thread
From: FollieHiyuki @ 2020-11-11 11:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1130 bytes --]

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/issues/9258#issuecomment-725381086

Comment:
This looks interesting. I made an attempt here:
```bash
# Template file for 'remacs'
pkgname=remacs
version=0.1
revision=1
build_style=gnu-configure
hostmakedepends="clang libclang rustup"
makedepends="libjpeg-turbo-devel tiff-devel giflib-devel libXpm-devel gtk+3-devel gnutls-devel ncurses-devel libxml2-devel libXt-devel"
short_desc="Community-driven port of Emacs to Rust"
maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/remacs/remacs"
distfiles="https://github.com/remacs/remacs/archive/${version}.tar.gz"
checksum=cba10094487285d4e3b634f4314a75ecc1978c5865af29e865b66ad384cf0c4f

pre_configure() {
    rustup_version=$(cat ${wrksrc}/rust-toolchain)
    rustup-init -y --default-toolchain "${rustup_version}"
    ${wrksrc}/autogen.sh
}
```
The release depends on version nightly-2019-04-19 of rust and I'm stuck getting the package to be built with `rustup`. Some help would be appreciated.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-11 11:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9258@inbox.vuxu.org>
2020-11-11 11:54 ` Package Request : Remacs FollieHiyuki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).