[aur-general] How would I implement this?
Hi, I've wrote a couple of basic PKGBUILD files which simply pull from github and compile but this time I need something a bit more. Basically I need to pull in some dependencies from other repositories (easy) and then invoke a command via one of the Common Lisp implementations which may be available on the system. I'm not sure how to set up the dependencies for that. Any ideas? Aaron
On Sat, Aug 31, 2013 at 02:32:19AM +0200, Aaron France wrote:
Basically I need to pull in some dependencies from other repositories Put them in the depends array.
and then invoke a command via one of the Common Lisp Put common-lisp in the make-deps array. While there are different packages that may work, they should all include that in their "provides" field.
-Jesse AKA Trilby
Indeed! That's the case. It's clearer now. Thanks. On Sat, Aug 31, 2013 at 2:50 AM, Jesse McClure <jmcclure@cns.umass.edu>wrote:
On Sat, Aug 31, 2013 at 02:32:19AM +0200, Aaron France wrote:
Basically I need to pull in some dependencies from other repositories Put them in the depends array.
and then invoke a command via one of the Common Lisp Put common-lisp in the make-deps array. While there are different packages that may work, they should all include that in their "provides" field.
-Jesse AKA Trilby
participants (2)
-
Aaron France
-
Jesse McClure