Github messages for voidlinux
 help / color / mirror / Atom feed
From: FollieHiyuki <FollieHiyuki@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: Package Request : Remacs
Date: Wed, 11 Nov 2020 12:54:10 +0100	[thread overview]
Message-ID: <20201111115410.g4-sQw51ceFldFz0Pw_oDBORhuchnEzXe4ttQVCfApQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9258@inbox.vuxu.org>

[-- 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.

           reply	other threads:[~2020-11-11 11:54 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9258@inbox.vuxu.org>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201111115410.g4-sQw51ceFldFz0Pw_oDBORhuchnEzXe4ttQVCfApQ@z \
    --to=folliehiyuki@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).