Skip to content

Instantly share code, notes, and snippets.

@gustavosbarreto
Created March 28, 2018 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gustavosbarreto/38216d2c50f9af589b91989dbc9916f3 to your computer and use it in GitHub Desktop.
Save gustavosbarreto/38216d2c50f9af589b91989dbc9916f3 to your computer and use it in GitHub Desktop.
SUMMARY = "go-crazy"
HOMEPAGE = "https://github.com/gustavosbarreto/go-crazy"
LICENSE = "WTFPL"
LIC_FILES_CHKSUM = "file://${S}/src/${GO_IMPORT}/LICENSE;md5=8365d07beeb5f39d87e846dca3ae7b64"
GO_IMPORT = "github.com/gustavosbarreto/go-crazy"
SRC_URI = " \
git://${GO_IMPORT};branch=master \
"
SRCREV = "7fac2b3582ccad4bee9fa57c443cd83de7ef46e3"
inherit go
GO_INSTALL = " \
${GO_IMPORT} \
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment