All Projects → autopkg → Homebysix Recipes

autopkg / Homebysix Recipes

Licence: apache-2.0
AutoPkg recipes all the way from Seattle, WA.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Homebysix Recipes

Recipes
Django application for managing recipes
Stars: ✭ 695 (+561.9%)
Mutual labels:  recipes
Vegan recipes
100% vegan recipes
Stars: ✭ 46 (-56.19%)
Mutual labels:  recipes
V3x4
Intel(R) Xeon(R) Processor Max Effort Turbo Boost UEFI DXE driver
Stars: ✭ 78 (-25.71%)
Mutual labels:  processor
Annotationdemo
Android/Java编译时注解处理Demo。用于自动生成工厂代码。
Stars: ✭ 24 (-77.14%)
Mutual labels:  processor
Recipes
A super minimal recipe website built on Markdown
Stars: ✭ 38 (-63.81%)
Mutual labels:  recipes
Darkriscv
opensouce RISC-V cpu core implemented in Verilog from scratch in one night!
Stars: ✭ 1,062 (+911.43%)
Mutual labels:  processor
Mixin
Mixin is a trait/mixin and bytecode weaving framework for Java using ASM
Stars: ✭ 557 (+430.48%)
Mutual labels:  processor
Gap sdk
SDK for Greenwaves Technologies' GAP8 IoT Application Processor
Stars: ✭ 83 (-20.95%)
Mutual labels:  processor
Corefreq
CoreFreq is a CPU monitoring software designed for the 64-bits Processors.
Stars: ✭ 1,026 (+877.14%)
Mutual labels:  processor
Cocoa Biscuit Cake With Marshmallow Cheese Creme
Yes. It's a recipe. For a cake. Sort of.
Stars: ✭ 77 (-26.67%)
Mutual labels:  recipes
Necromancer
IDA Pro V850 Processor Module Extension
Stars: ✭ 21 (-80%)
Mutual labels:  processor
Java Jq
Lightweight Java wrapper around JQ, a flexible JSON processor available for multiple platforms
Stars: ✭ 37 (-64.76%)
Mutual labels:  processor
Ai Chip
A list of ICs and IPs for AI, Machine Learning and Deep Learning.
Stars: ✭ 1,067 (+916.19%)
Mutual labels:  processor
Recipes
Symfony Recipes Repository
Stars: ✭ 724 (+589.52%)
Mutual labels:  recipes
Cores Swerv El2
SweRV EL2 Core
Stars: ✭ 79 (-24.76%)
Mutual labels:  processor
Recipe
Collection of PHP Functions
Stars: ✭ 666 (+534.29%)
Mutual labels:  recipes
Simplenikeaccountcreator
A simple nike account creator I made using puppeteer and request in node js
Stars: ✭ 47 (-55.24%)
Mutual labels:  processor
React Recipes
React Recipes & Patterns.
Stars: ✭ 86 (-18.1%)
Mutual labels:  recipes
Pcm
Processor Counter Monitor
Stars: ✭ 1,240 (+1080.95%)
Mutual labels:  processor
Ex Navigation Recipes
The idea is to provide a list of useful snippets for ex-navigation
Stars: ✭ 65 (-38.1%)
Mutual labels:  recipes

homebysix-recipes

My recipes for AutoPkg. If you use them, click the Star button above to show your support!

Many of these recipes were created with the aid of Recipe Robot, an app you should definitely check out.

Installation

To add my repo to your Mac (with AutoPkg and Git already installed), run this command:

autopkg repo-add homebysix-recipes

Dependencies

Some of my recipes have parent recipes that live in another repo. Refer to a given recipe's parent recipe identifier to determine which repo you'll need to add. For example, my Sketch.pkg recipe uses com.github.foigus.download.Sketch as its parent, so you would need to run autopkg repo-add foigus-recipes before you could run Sketch.pkg successfully.

Known issues

If you're having a problem with one of my recipes, check the issues to see whether a known problem exists. If not, please submit an issue so I can investigate.

Shared Processors

I wrote a couple custom processors for my own recipes. Feel free to refer to them if you find them useful, or modify and redistribute as you like.

  • BinaryFileVersioner
    This processor returns the version number of a binary file that has an embedded info plist, using the /usr/bin/otool command.

  • FindAndReplace
    This processor performs a find/replace on a specified environment variable. The result is saved as a new variable, %output_string%.

  • VersionSplitter
    This processor splits version numbers. This is especially useful if the version contains two parts (e.g. version and build) but you only need/want one of them. For example, "0.3.4 (build 352ac3)" could become simply "0.3.4".

Submissions

Forks/pulls/issues are welcome. I'm always tweaking.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].