mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add code to list all Homebrew formulae
This commit is contained in:
parent
935b05533f
commit
84268bc926
1 changed files with 34 additions and 0 deletions
|
|
@ -216,6 +216,40 @@ class MakeHomebrewList {
|
||||||
slug: 'homebrew'
|
slug: 'homebrew'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// for (const formula of Object.values( this.allFormulae )) {
|
||||||
|
|
||||||
|
// const isNative = this.hasArm64Formula( formula )
|
||||||
|
// const status = isNative ? 'native' : 'unreported'
|
||||||
|
// const statusText = isNative ? '✅ Yes, Full Native Apple Silicon Support' : '🔶 Formula has not yet been reported to be native to Apple Silicon'
|
||||||
|
// const slug = formula.full_name
|
||||||
|
|
||||||
|
// formulaeList.set(formula.full_name, {
|
||||||
|
// name: formula.full_name,
|
||||||
|
// status: status,
|
||||||
|
// // url: `https://formulae.brew.sh/formula/${formulae.name}`,
|
||||||
|
// text: statusText,
|
||||||
|
// slug,
|
||||||
|
// endpoint: getAppEndpoint({
|
||||||
|
// slug,
|
||||||
|
// category
|
||||||
|
// }),//`/formula/${slug}`,
|
||||||
|
// category,
|
||||||
|
// content: null,npm
|
||||||
|
// relatedLinks: [
|
||||||
|
// {
|
||||||
|
// href: `https://formulae.brew.sh/formula/${formula.name}`,
|
||||||
|
// label: formula.full_name,
|
||||||
|
// // a
|
||||||
|
// },
|
||||||
|
// // ...formula.links
|
||||||
|
// ],
|
||||||
|
// // reports: [
|
||||||
|
// // formulae
|
||||||
|
// // ]
|
||||||
|
// })
|
||||||
|
|
||||||
|
// }
|
||||||
|
|
||||||
|
|
||||||
for (const formulae of this.issueTableRowData) {
|
for (const formulae of this.issueTableRowData) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue