mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
List unreported homebrew formulae
This commit is contained in:
parent
200fdb4001
commit
f02d49a6c3
1 changed files with 4 additions and 2 deletions
|
|
@ -29,6 +29,7 @@ const statusesTranslations = {
|
|||
// The formula has been found to need more analysis/work.
|
||||
'⚠️': 'no',
|
||||
|
||||
'': 'unreported'
|
||||
}
|
||||
|
||||
const statusesMessages = {
|
||||
|
|
@ -36,7 +37,8 @@ const statusesMessages = {
|
|||
'🥈': '✳️ Yes, works via Rosetta 2',
|
||||
'🥉': '⏹ Known issues on macOS 11, though most features work',
|
||||
'⚠️': '⏹ No, not yet, support is still in progress',
|
||||
'🚫': '🚫 No, not yet supported only works on Intel-based Macs'
|
||||
'🚫': '🚫 No, not yet supported only works on Intel-based Macs',
|
||||
'': '🔶 Unknown, more info needed'
|
||||
}
|
||||
|
||||
function getStatusText(formula) {
|
||||
|
|
@ -128,7 +130,7 @@ export default async function () {
|
|||
|
||||
// If this formulae status is empty
|
||||
// then skip this formulae
|
||||
if (formulae.status.length === 0) continue
|
||||
// if (formulae.status.length === 0) continue
|
||||
|
||||
// If this formulae emoji status is not in statusesTranslations
|
||||
// then skip this formulae
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue