Skip to content

Instantly share code, notes, and snippets.

View codywd's full-sized avatar

Cody Dostal codywd

View GitHub Profile

Keybase proof

I hereby claim:

  • I am codywd on github.
  • I am codywd (https://keybase.io/codywd) on keybase.
  • I have a public key ASAIEW19_TapvUYk-F0iyiPmETzII6wT0mC-XO-soo3nSQo

To claim this, I am signing this object:

@codywd
codywd / PKGBUILD
Created May 6, 2018 20:39
PKGBUILD for dotnet sdk
# $Id$
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Max Liebkies <mail@maxliebkies.de>
pkgname=dotnet-sdk
pkgver=2.1.300
pkgrel=1
pkgdesc='The .NET Core SDK'
arch=('any')
url='https://www.microsoft.com/net/core'
@codywd
codywd / PKGBUILD
Created May 6, 2018 20:38
PKGBUILD
# $Id$
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Max Liebkies <mail@maxliebkies.de>
pkgbase=dotnet-core
pkgname=('dotnet-host' 'dotnet-runtime')
pkgver=2.1.0
pkgrel=1
arch=('x86_64')
url='https://www.microsoft.com/net/core'