summarylogtreecommitdiffstats
path: root/env.nu
blob: d16bd86fc3bd7c4138e87e353eca2244963351ac (plain)
1
2
3
4
5
6
7
8
9
#!/bin/nu

def build [] {
	makepkg --printsrcinfo | save -f .SRCINFO
}

def install [] {
	makepkg -si
}