Re: [aur-general] PKGBUILD depends() question

2018-02-22 Thread Mikael Blomstrand via aur-general
In the documentation FAQ there's a "Is there a package for my Operating
System?" topic. From there there's a link to install instructions. Look
there. Otherwise it seems like they are happy to help you if you ask them.

tors 22 feb. 2018 kl. 08:09 skrev Future Trailer :

> i'm trying to build this project. https://github.com/Kinto/kinto
>
> On Thu, Feb 22, 2018 at 1:30 AM, Mikael Blomstrand  wrote:
>
>> Depends on the project, but upstream usually has a list of dependencies
>> in the build instructions or somewhere at the development page.
>>
>> What package are you trying to make a PKGBUILD for specifically?
>> tors 22 feb. 2018 kl. 02:06 skrev Future Trailer via aur-general <
>> aur-general@archlinux.org>:
>>
>>> Thank you for the reply. And forgive me for being a newbie. I am just
>>> confuse how do you get the upstream lists?
>>>
>>> On Sun, Feb 18, 2018 at 11:11 PM, Robin Broda via aur-general <
>>> aur-general@archlinux.org> wrote:
>>>
>>> > Try to figure out what upstream lists as dependencies, & check against
>>> > namcap[1]
>>> >
>>> > [1] - https://wiki.archlinux.org/index.php/Namcap#Dependencies
>>> >
>>> > - Rob
>>> >
>>> >
>>> > On 02/19/2018 05:08 AM, Future Trailer via aur-general wrote:
>>> >
>>> >> When creating PKGBUILD how can I find the dependency of a package to
>>> fill
>>> >> the depends() array? Many thanks to your help.
>>> >>
>>> >
>>>
>>
>


Re: [aur-general] PKGBUILD depends() question

2018-02-21 Thread Mikael Blomstrand via aur-general
Depends on the project, but upstream usually has a list of dependencies in
the build instructions or somewhere at the development page.

What package are you trying to make a PKGBUILD for specifically?

tors 22 feb. 2018 kl. 02:06 skrev Future Trailer via aur-general <
aur-general@archlinux.org>:

> Thank you for the reply. And forgive me for being a newbie. I am just
> confuse how do you get the upstream lists?
>
> On Sun, Feb 18, 2018 at 11:11 PM, Robin Broda via aur-general <
> aur-general@archlinux.org> wrote:
>
> > Try to figure out what upstream lists as dependencies, & check against
> > namcap[1]
> >
> > [1] - https://wiki.archlinux.org/index.php/Namcap#Dependencies
> >
> > - Rob
> >
> >
> > On 02/19/2018 05:08 AM, Future Trailer via aur-general wrote:
> >
> >> When creating PKGBUILD how can I find the dependency of a package to
> fill
> >> the depends() array? Many thanks to your help.
> >>
> >
>


Re: [aur-general] PKGBUILD depends() question

2018-02-21 Thread Future Trailer via aur-general
Thank you for the reply. And forgive me for being a newbie. I am just
confuse how do you get the upstream lists?

On Sun, Feb 18, 2018 at 11:11 PM, Robin Broda via aur-general <
aur-general@archlinux.org> wrote:

> Try to figure out what upstream lists as dependencies, & check against
> namcap[1]
>
> [1] - https://wiki.archlinux.org/index.php/Namcap#Dependencies
>
> - Rob
>
>
> On 02/19/2018 05:08 AM, Future Trailer via aur-general wrote:
>
>> When creating PKGBUILD how can I find the dependency of a package to fill
>> the depends() array? Many thanks to your help.
>>
>


Re: [aur-general] PKGBUILD depends() question

2018-02-18 Thread Robin Broda via aur-general
Try to figure out what upstream lists as dependencies, & check against 
namcap[1]


[1] - https://wiki.archlinux.org/index.php/Namcap#Dependencies

- Rob

On 02/19/2018 05:08 AM, Future Trailer via aur-general wrote:

When creating PKGBUILD how can I find the dependency of a package to fill
the depends() array? Many thanks to your help.


[aur-general] PKGBUILD depends() question

2018-02-18 Thread Future Trailer via aur-general
When creating PKGBUILD how can I find the dependency of a package to fill
the depends() array? Many thanks to your help.