Void Linux discussion
 help / color / mirror / Atom feed
From: "Stefan Mühlinghaus" <"master..."@googlemail.com>
To: voidlinux@googlegroups.com
Subject: Re: Anyway to install pkgs from AUR in Void ??
Date: Sat, 14 Mar 2015 16:08:36 -0700 (PDT)	[thread overview]
Message-ID: <a05aee84-2c5b-42ec-aa4d-4592306ad216@googlegroups.com> (raw)
In-Reply-To: <c3616c48-3572-4514-a406-2b0794fd24f4@googlegroups.com>


[-- Attachment #1.1: Type: text/plain, Size: 602 bytes --]

Difficult. You cannot install AUR packages in void since there is simply no 
mechanism to process that format. You could however check what the AUR 
package does to install the software and try to reproduce that in void. You 
could even create a corresponding xbps package. That takes of course much 
more effort than just installing an already existing package.

As far as libudev.so.0 is concerned you can probably get away with just 
softlinking it to libudev.so.1:

cd /usr/lib
ln -s libudev.so.1 libudev.so.0

That is pretty hacky though and might not work for your specific usecase.

[-- Attachment #1.2: Type: text/html, Size: 1849 bytes --]

  reply	other threads:[~2015-03-14 23:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-14 21:15 delphys
2015-03-14 23:08 ` Stefan Mühlinghaus [this message]
2015-03-15 22:33 ` JD Robinson
2015-03-17  1:14   ` delphys

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=a05aee84-2c5b-42ec-aa4d-4592306ad216@googlegroups.com \
    --to="master..."@googlemail.com \
    --cc=voidlinux@googlegroups.com \
    /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).