19 lines
618 B
Text
19 lines
618 B
Text
# Template file for 'dotter-bin'
|
|
pkgname=dotter-bin
|
|
version=0.13.3
|
|
revision=1
|
|
archs="x86_64"
|
|
hostmakedepends=""
|
|
makedepends=""
|
|
depends=""
|
|
short_desc="dotfile manager and templater written in rust"
|
|
maintainer="Marty Oehme <contact@martyoeh.me>"
|
|
license="Unlicense"
|
|
homepage="https://github.com/SuperCuber/dotter"
|
|
distfiles="https://github.com/SuperCuber/dotter/releases/download/v${version}/dotter-linux-x64-musl"
|
|
skip_extraction="dotter-linux-x64-musl"
|
|
checksum=5442450982bebca00581bd04b14f4f10abdd4bed9493431c1ad451d9d8a80bb4
|
|
|
|
do_install() {
|
|
vbin $XBPS_SRCDISTDIR/$pkgname-$version/dotter-linux-x64-musl dotter
|
|
}
|