Skip to content

Instantly share code, notes, and snippets.

@Grommish
Created January 31, 2022 10:01
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 Grommish/45c7432c3a5162a887617f4805e8794b to your computer and use it in GitHub Desktop.
Save Grommish/45c7432c3a5162a887617f4805e8794b to your computer and use it in GitHub Desktop.
include $(TOPDIR)/rules.mk
PKG_NAME:=rust
PKG_VERSION:=1.58.1
PKG_RELEASE:=1
PKG_LICENSE:=Apache-2.0 MIT
PKG_LICENSE_FILES:=LICENSE-APACHE LICENSE-MIT
PKG_SOURCE:=$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/rust-lang/rust/archive/refs/tags
PKG_HASH:=e4829d009b58378a60b3c0132b56487ef4f6ecf90172ff40bd7a35017fee600c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment