Github messages for voidlinux
 help / color / mirror / Atom feed
From: Boebbele <Boebbele@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [ISSUE] Package Request: EDI - Editor based on EFL for Enlightenment-Desktop
Date: Thu, 04 Feb 2021 10:57:01 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-28461@inbox.vuxu.org> (raw)

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

New issue by Boebbele on void-packages repository

https://github.com/void-linux/void-packages/issues/28461

Description:
I have tried it with this template-file (based on Arch's AUR pkgbuild) but it dont works.

```
# Template file for 'edi'
pkgname=edi
version=0.8.0
revision=1
build_style=meson
hostmakedepends="pkg-config efl"
makedepends="efl efl-devel meson ninja check check-devel"
depends="efl Bear"
short_desc="Editor based on EFL"
license="BSD"
homepage="https://www.enlightenment.org"
distfiles="https://github.com/Enlightenment/edi/releases/download/v${version}/${pkgname}-${version}.tar.xz"
checksum=6a34c6f5afa45589c1836f796880d64b37686a1975cd369ebf467191d17d6806
build() {
  cd "${srcdir}/${pkgname}-${version}"
  meson ./build --prefix=/usr
  cd build
  ninja
}

package() {
  cd "${srcdir}/${pkgname}-${version}"
  cd ./build 
  DESTDIR="${pkgdir}" ninja install
}

```

Can anyone help?

             reply	other threads:[~2021-02-04  9:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-04  9:57 Boebbele [this message]
2021-02-04 14:12 ` UsernameRandomlyGenerated
2021-02-04 15:06 ` Boebbele

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-28461@inbox.vuxu.org \
    --to=boebbele@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).