mirror of
https://github.com/BioArchLinux/Rosa.git
synced 2025-03-10 12:02:43 +00:00
implement view PKGBUILD anchor
This commit is contained in:
parent
925b0327fc
commit
0f9953b1c4
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ requestPackageInfo(route.params.packageName)
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<a :href="`https://github.com/BioArchLinux/Packages/tree/master/BioArchLinux/${pkginfo.base}`">View PKGBUILD</a>
|
||||
|
||||
<h3 class="pkginfo-section">Dependencies</h3>
|
||||
<p v-for="dep in depends"> {{ dep }}</p>
|
||||
<p v-for="optdep in optdepends"> {{ optdep }} (optional)</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue