blob: c3cef6abec1a673ebe75751c5e3fb83540f6459d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
pkgbase = asmfmt
pkgdesc = Format your assembler code in a similar way that gofmt formats your Go code.
pkgver = 1.3.2
pkgrel = 1
url = https://github.com/klauspost/asmfmt
arch = any
license = BSD
makedepends = go
source = https://github.com/klauspost/asmfmt/archive/v1.3.2.tar.gz
sha512sums = 532c41b0b325989124677dd863e11e80b7b06183a66d414d69b86d123eb3ae28f6bf9c488519072a324c695f42ee5a6cacd15c53ae738e666639d577ce4d8276
pkgname = asmfmt
|