implement view PKGBUILD anchor

This commit is contained in:
sinsong 2023-07-01 00:14:44 +08:00
parent 925b0327fc
commit 0f9953b1c4

View file

@ -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>