Move packages to srcpkgs dir
This commit is contained in:
parent
be5fc0c3b4
commit
90f470c1a6
9 changed files with 0 additions and 0 deletions
19
srcpkgs/dotter-bin/template
Normal file
19
srcpkgs/dotter-bin/template
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue